Html Css Color HEX #CFB449 Old Gold

📋 copy color: '#CFB449'

red 207 ◦ green 180 ◦ blue 73

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

Shades of Old Gold #CFB449

Tints of Old Gold #CFB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.13%

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

R = 45%
G = 39.13%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFB449 (or 0xCFB449) is known color: Old Gold. HEX triplet: CF, B4 and 49. RGB value is (207,180,73). Sum of RGB (Red+Green+Blue) = 207+180+73=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB449 is #304BB6. Grayscale: #B0B0B0. Windows color (decimal): -3165111 or 4830415. OLE color: 4830415.

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

Color convert

RGB 207 180 73 -
CMYK 0 0.13 0.65 0.19
HSL 47.91º 0.58% 0.55% -
HSV(B) 47.91º 0.65% 0.81% -
XYZ 43.26 46.39 12.98 -
YUV 175.88 69.95 150.2 -
System Red Green Blue C M Y K H S L
Decimal 207 180 73 0 0.13 0.65 0.19 47.91 0.58 0.55
Hex CF B4 49 0 D 41 13 30 3A 37
Octal 317 264 111 0 15 101 23 60 72 67
Binary 11001111 10110100 1001001 0 1101 1000001 10011 110000 111010 110111

Color Harmonies of #CFB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB449

Black with #CFB449

Text Example


Text Example

White with #CFB449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB449; }

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

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

background-color css

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

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

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

border-color css

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

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

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