Html Css Color HEX #CFB047 Old Gold

📋 copy color: '#CFB047'

red 207 ◦ green 176 ◦ blue 71

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

Shades of Old Gold #CFB047

Tints of Old Gold #CFB047

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.77%

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

R = 45.59%
G = 38.77%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFB047 (or 0xCFB047) is known color: Old Gold. HEX triplet: CF, B0 and 47. RGB value is (207,176,71). Sum of RGB (Red+Green+Blue) = 207+176+71=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB047 is #304FB8. Grayscale: #ADADAD. Windows color (decimal): -3166137 or 4698319. OLE color: 4698319.

HSL color Cylindrical-coordinate representation of color #CFB047: hue angle of 46.32º 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 #CFB047 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 71 -
CMYK 0 0.15 0.66 0.19
HSL 46.32º 0.59% 0.55% -
HSV(B) 46.32º 0.66% 0.81% -
XYZ 42.39 44.77 12.37 -
YUV 173.3 70.27 152.04 -
System Red Green Blue C M Y K H S L
Decimal 207 176 71 0 0.15 0.66 0.19 46.32 0.59 0.55
Hex CF B0 47 0 F 42 13 2E 3B 37
Octal 317 260 107 0 17 102 23 56 73 67
Binary 11001111 10110000 1000111 0 1111 1000010 10011 101110 111011 110111

Color Harmonies of #CFB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB047

Black with #CFB047

Text Example


Text Example

White with #CFB047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB047; }

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

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

background-color css

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

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

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

border-color css

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

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

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