Html Css Color HEX #CFB546 Old Gold

📋 copy color: '#CFB546'

red 207 ◦ green 181 ◦ blue 70

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

Shades of Old Gold #CFB546

Tints of Old Gold #CFB546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.28%

R = 45.2%
G = 39.52%
B = 15.28%

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

#CFB546 (or 0xCFB546) is known color: Old Gold. HEX triplet: CF, B5 and 46. RGB value is (207,181,70). Sum of RGB (Red+Green+Blue) = 207+181+70=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB546 is #304AB9. Grayscale: #B0B0B0. Windows color (decimal): -3164858 or 4634063. OLE color: 4634063.

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

Color convert

RGB 207 181 70 -
CMYK 0 0.13 0.66 0.19
HSL 48.61º 0.59% 0.54% -
HSV(B) 48.61º 0.66% 0.81% -
XYZ 43.36 46.76 12.53 -
YUV 176.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 207 181 70 0 0.13 0.66 0.19 48.61 0.59 0.54
Hex CF B5 46 0 D 42 13 31 3B 36
Octal 317 265 106 0 15 102 23 61 73 66
Binary 11001111 10110101 1000110 0 1101 1000010 10011 110001 111011 110110

Color Harmonies of #CFB546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB546

Black with #CFB546

Text Example


Text Example

White with #CFB546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB546; }

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

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

background-color css

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

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

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

border-color css

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

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

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