Html Css Color HEX #CFBC49 Old Gold

📋 copy color: '#CFBC49'

red 207 ◦ green 188 ◦ blue 73

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

Shades of Old Gold #CFBC49

Tints of Old Gold #CFBC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

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

R = 44.23%
G = 40.17%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFBC49 (or 0xCFBC49) is known color: Old Gold. HEX triplet: CF, BC and 49. RGB value is (207,188,73). Sum of RGB (Red+Green+Blue) = 207+188+73=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC49 is #3043B6. Grayscale: #B5B5B5. Windows color (decimal): -3163063 or 4832463. OLE color: 4832463.

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

Color convert

RGB 207 188 73 -
CMYK 0 0.09 0.65 0.19
HSL 51.49º 0.58% 0.55% -
HSV(B) 51.49º 0.65% 0.81% -
XYZ 44.92 49.71 13.53 -
YUV 180.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 207 188 73 0 0.09 0.65 0.19 51.49 0.58 0.55
Hex CF BC 49 0 9 41 13 33 3A 37
Octal 317 274 111 0 11 101 23 63 72 67
Binary 11001111 10111100 1001001 0 1001 1000001 10011 110011 111010 110111

Color Harmonies of #CFBC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC49

Black with #CFBC49

Text Example


Text Example

White with #CFBC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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