Html Css Color HEX #CFBB32 Old Gold

📋 copy color: '#CFBB32'

red 207 ◦ green 187 ◦ blue 50

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

Shades of Old Gold #CFBB32

Tints of Old Gold #CFBB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.26%

R = 46.62%
G = 42.12%
B = 11.26%

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

#CFBB32 (or 0xCFBB32) is known color: Old Gold. HEX triplet: CF, BB and 32. RGB value is (207,187,50). Sum of RGB (Red+Green+Blue) = 207+187+50=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB32 is #3044CD. Grayscale: #B1B1B1. Windows color (decimal): -3163342 or 3324879. OLE color: 3324879.

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

Color convert

RGB 207 187 50 -
CMYK 0 0.10 0.76 0.19
HSL 52.36º 0.62% 0.5% -
HSV(B) 52.36º 0.76% 0.81% -
XYZ 44.08 49.04 10.16 -
YUV 177.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 207 187 50 0 0.10 0.76 0.19 52.36 0.62 0.5
Hex CF BB 32 0 A 4C 13 34 3E 32
Octal 317 273 62 0 12 114 23 64 76 62
Binary 11001111 10111011 110010 0 1010 1001100 10011 110100 111110 110010

Color Harmonies of #CFBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB32

Black with #CFBB32

Text Example


Text Example

White with #CFBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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