Html Css Color HEX #CFB347 Old Gold

📋 copy color: '#CFB347'

red 207 ◦ green 179 ◦ blue 71

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

Shades of Old Gold #CFB347

Tints of Old Gold #CFB347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.54%

R = 45.3%
G = 39.17%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFB347 (or 0xCFB347) is known color: Old Gold. HEX triplet: CF, B3 and 47. RGB value is (207,179,71). Sum of RGB (Red+Green+Blue) = 207+179+71=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB347 is #304CB8. Grayscale: #AFAFAF. Windows color (decimal): -3165369 or 4699087. OLE color: 4699087.

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

Color convert

RGB 207 179 71 -
CMYK 0 0.14 0.66 0.19
HSL 47.65º 0.59% 0.55% -
HSV(B) 47.65º 0.66% 0.81% -
XYZ 42.99 45.96 12.57 -
YUV 175.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 207 179 71 0 0.14 0.66 0.19 47.65 0.59 0.55
Hex CF B3 47 0 E 42 13 30 3B 37
Octal 317 263 107 0 16 102 23 60 73 67
Binary 11001111 10110011 1000111 0 1110 1000010 10011 110000 111011 110111

Color Harmonies of #CFB347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB347

Black with #CFB347

Text Example


Text Example

White with #CFB347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB347; }

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

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

background-color css

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

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

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

border-color css

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

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

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