Html Css Color HEX #CFB342 Old Gold

📋 copy color: '#CFB342'

red 207 ◦ green 179 ◦ blue 66

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

Shades of Old Gold #CFB342

Tints of Old Gold #CFB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

 BLUE value IS 66 (26.17% from 255) = 14.6%

R = 45.8%
G = 39.6%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFB342 (or 0xCFB342) is known color: Old Gold. HEX triplet: CF, B3 and 42. RGB value is (207,179,66). Sum of RGB (Red+Green+Blue) = 207+179+66=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB342 is #304CBD. Grayscale: #AEAEAE. Windows color (decimal): -3165374 or 4371407. OLE color: 4371407.

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

Color convert

RGB 207 179 66 -
CMYK 0 0.14 0.68 0.19
HSL 48.09º 0.59% 0.54% -
HSV(B) 48.09º 0.68% 0.81% -
XYZ 42.84 45.9 11.76 -
YUV 174.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 207 179 66 0 0.14 0.68 0.19 48.09 0.59 0.54
Hex CF B3 42 0 E 44 13 30 3B 36
Octal 317 263 102 0 16 104 23 60 73 66
Binary 11001111 10110011 1000010 0 1110 1000100 10011 110000 111011 110110

Color Harmonies of #CFB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB342

Black with #CFB342

Text Example


Text Example

White with #CFB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB342; }

 p { color: rgb(207,179,66); }

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

background-color css

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

 a { background-color: rgb(207,179,66); }

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

border-color css

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

 span { border-color: rgb(207,179,66); }

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