Html Css Color HEX #CFBB33 Old Gold

📋 copy color: '#CFBB33'

red 207 ◦ green 187 ◦ blue 51

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

Shades of Old Gold #CFBB33

Tints of Old Gold #CFBB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.46%

R = 46.52%
G = 42.02%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFBB33 (or 0xCFBB33) is known color: Old Gold. HEX triplet: CF, BB and 33. RGB value is (207,187,51). Sum of RGB (Red+Green+Blue) = 207+187+51=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB33 is #3044CC. Grayscale: #B2B2B2. Windows color (decimal): -3163341 or 3390415. OLE color: 3390415.

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

Color convert

RGB 207 187 51 -
CMYK 0 0.10 0.75 0.19
HSL 52.31º 0.62% 0.51% -
HSV(B) 52.31º 0.75% 0.81% -
XYZ 44.1 49.05 10.27 -
YUV 177.48 56.63 149.06 -
System Red Green Blue C M Y K H S L
Decimal 207 187 51 0 0.10 0.75 0.19 52.31 0.62 0.51
Hex CF BB 33 0 A 4B 13 34 3E 33
Octal 317 273 63 0 12 113 23 64 76 63
Binary 11001111 10111011 110011 0 1010 1001011 10011 110100 111110 110011

Color Harmonies of #CFBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB33

Black with #CFBB33

Text Example


Text Example

White with #CFBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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