Html Css Color HEX #CFB547 Old Gold

📋 copy color: '#CFB547'

red 207 ◦ green 181 ◦ blue 71

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

Shades of Old Gold #CFB547

Tints of Old Gold #CFB547

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.43%

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

R = 45.1%
G = 39.43%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFB547 (or 0xCFB547) is known color: Old Gold. HEX triplet: CF, B5 and 47. RGB value is (207,181,71). Sum of RGB (Red+Green+Blue) = 207+181+71=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB547 is #304AB8. Grayscale: #B0B0B0. Windows color (decimal): -3164857 or 4699599. OLE color: 4699599.

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

Color convert

RGB 207 181 71 -
CMYK 0 0.13 0.66 0.19
HSL 48.53º 0.59% 0.55% -
HSV(B) 48.53º 0.66% 0.81% -
XYZ 43.39 46.77 12.7 -
YUV 176.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 207 181 71 0 0.13 0.66 0.19 48.53 0.59 0.55
Hex CF B5 47 0 D 42 13 31 3B 37
Octal 317 265 107 0 15 102 23 61 73 67
Binary 11001111 10110101 1000111 0 1101 1000010 10011 110001 111011 110111

Color Harmonies of #CFB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB547

Black with #CFB547

Text Example


Text Example

White with #CFB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB547; }

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

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

background-color css

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

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

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

border-color css

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

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

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