Html Css Color HEX #CFB649 Old Gold

📋 copy color: '#CFB649'

red 207 ◦ green 182 ◦ blue 73

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

Shades of Old Gold #CFB649

Tints of Old Gold #CFB649

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.39%

 BLUE value IS 73 (28.91% from 255) = 15.8%

R = 44.81%
G = 39.39%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFB649 (or 0xCFB649) is known color: Old Gold. HEX triplet: CF, B6 and 49. RGB value is (207,182,73). Sum of RGB (Red+Green+Blue) = 207+182+73=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB649 is #3049B6. Grayscale: #B1B1B1. Windows color (decimal): -3164599 or 4830927. OLE color: 4830927.

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

Color convert

RGB 207 182 73 -
CMYK 0 0.12 0.65 0.19
HSL 48.81º 0.58% 0.55% -
HSV(B) 48.81º 0.65% 0.81% -
XYZ 43.66 47.2 13.11 -
YUV 177.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 207 182 73 0 0.12 0.65 0.19 48.81 0.58 0.55
Hex CF B6 49 0 C 41 13 31 3A 37
Octal 317 266 111 0 14 101 23 61 72 67
Binary 11001111 10110110 1001001 0 1100 1000001 10011 110001 111010 110111

Color Harmonies of #CFB649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB649

Black with #CFB649

Text Example


Text Example

White with #CFB649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB649; }

 p { color: rgb(207,182,73); }

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

background-color css

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

 a { background-color: rgb(207,182,73); }

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

border-color css

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

 span { border-color: rgb(207,182,73); }

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