Html Css Color HEX #CFB240 Old Gold

📋 copy color: '#CFB240'

red 207 ◦ green 178 ◦ blue 64

#CFB240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CFB240

Tints of Old Gold #CFB240

RGB

 RED value IS 207 (81.25% from 255) = 46.1%

 GREEN value IS 178 (69.92% from 255) = 39.64%

 BLUE value IS 64 (25.39% from 255) = 14.25%

R = 46.1%
G = 39.64%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFB240 (or 0xCFB240) is known color: Old Gold. HEX triplet: CF, B2 and 40. RGB value is (207,178,64). Sum of RGB (Red+Green+Blue) = 207+178+64=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB240 is #304DBF. Grayscale: #AEAEAE. Windows color (decimal): -3165632 or 4240079. OLE color: 4240079.

HSL color Cylindrical-coordinate representation of color #CFB240: hue angle of 47.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFB240 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 64 -
CMYK 0 0.14 0.69 0.19
HSL 47.83º 0.6% 0.53% -
HSV(B) 47.83º 0.69% 0.81% -
XYZ 42.58 45.48 11.38 -
YUV 173.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 207 178 64 0 0.14 0.69 0.19 47.83 0.6 0.53
Hex CF B2 40 0 E 45 13 30 3C 35
Octal 317 262 100 0 16 105 23 60 74 65
Binary 11001111 10110010 1000000 0 1110 1000101 10011 110000 111100 110101

Color Harmonies of #CFB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB240

Black with #CFB240

Text Example


Text Example

White with #CFB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB240; }

 p { color: rgb(207,178,64); }

 H1.HeaderClassName
 {
   color: #CFB240;
 }
 .AnyTagClassName
 {
   color: #CFB240;
 }
</style>

background-color css

<style>
 a { background-color: #CFB240; }

 a { background-color: rgb(207,178,64); }

 div.DivClassName
 {
   background-color: #CFB240;
 }
 .BgClassName
 {
   background-color: #CFB240;
 }
</style>

border-color css

<style>
 span { border-color: #CFB240; }

 span { border-color: rgb(207,178,64); }

 td.TdClassName
 {
   border-color: #CFB240;
 }
 .TagClassName
 {
   border-color: #CFB240;
 }
</style>