Html Css Color HEX #CFBB31 Old Gold

📋 copy color: '#CFBB31'

red 207 ◦ green 187 ◦ blue 49

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

Shades of Old Gold #CFBB31

Tints of Old Gold #CFBB31

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.21%

 BLUE value IS 49 (19.53% from 255) = 11.06%

R = 46.73%
G = 42.21%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFBB31 (or 0xCFBB31) is known color: Old Gold. HEX triplet: CF, BB and 31. RGB value is (207,187,49). Sum of RGB (Red+Green+Blue) = 207+187+49=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB31 is #3044CE. Grayscale: #B1B1B1. Windows color (decimal): -3163343 or 3259343. OLE color: 3259343.

HSL color Cylindrical-coordinate representation of color #CFBB31: hue angle of 52.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFBB31 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 187 49 -
CMYK 0 0.10 0.76 0.19
HSL 52.41º 0.62% 0.5% -
HSV(B) 52.41º 0.76% 0.81% -
XYZ 44.06 49.03 10.05 -
YUV 177.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 207 187 49 0 0.10 0.76 0.19 52.41 0.62 0.5
Hex CF BB 31 0 A 4C 13 34 3E 32
Octal 317 273 61 0 12 114 23 64 76 62
Binary 11001111 10111011 110001 0 1010 1001100 10011 110100 111110 110010

Color Harmonies of #CFBB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB31

Black with #CFBB31

Text Example


Text Example

White with #CFBB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB31; }

 p { color: rgb(207,187,49); }

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

background-color css

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

 a { background-color: rgb(207,187,49); }

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

border-color css

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

 span { border-color: rgb(207,187,49); }

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