Html Css Color HEX #CCBB32 Old Gold

📋 copy color: '#CCBB32'

red 204 ◦ green 187 ◦ blue 50

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

Shades of Old Gold #CCBB32

Tints of Old Gold #CCBB32

RGB

 RED value IS 204 (80.08% from 255) = 46.26%

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

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

R = 46.26%
G = 42.4%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCBB32 (or 0xCCBB32) is known color: Old Gold. HEX triplet: CC, BB and 32. RGB value is (204,187,50). Sum of RGB (Red+Green+Blue) = 204+187+50=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBB32 is #3344CD. Grayscale: #B1B1B1. Windows color (decimal): -3359950 or 3324876. OLE color: 3324876.

HSL color Cylindrical-coordinate representation of color #CCBB32: hue angle of 53.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCBB32 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 187 50 -
CMYK 0 0.08 0.75 0.2
HSL 53.38º 0.61% 0.5% -
HSV(B) 53.38º 0.75% 0.8% -
XYZ 43.25 48.61 10.12 -
YUV 176.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 204 187 50 0 0.08 0.75 0.2 53.38 0.61 0.5
Hex CC BB 32 0 8 4B 14 35 3D 32
Octal 314 273 62 0 10 113 24 65 75 62
Binary 11001100 10111011 110010 0 1000 1001011 10100 110101 111101 110010

Color Harmonies of #CCBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB32

Black with #CCBB32

Text Example


Text Example

White with #CCBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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