Html Css Color HEX #CCBB40 Old Gold

📋 copy color: '#CCBB40'

red 204 ◦ green 187 ◦ blue 64

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

Shades of Old Gold #CCBB40

Tints of Old Gold #CCBB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 44.84%
G = 41.1%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCBB40 (or 0xCCBB40) is known color: Old Gold. HEX triplet: CC, BB and 40. RGB value is (204,187,64). Sum of RGB (Red+Green+Blue) = 204+187+64=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBB40 is #3344BF. Grayscale: #B2B2B2. Windows color (decimal): -3359936 or 4242380. OLE color: 4242380.

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

Color convert

RGB 204 187 64 -
CMYK 0 0.08 0.69 0.2
HSL 52.71º 0.58% 0.53% -
HSV(B) 52.71º 0.69% 0.8% -
XYZ 43.6 48.75 11.96 -
YUV 178.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 204 187 64 0 0.08 0.69 0.2 52.71 0.58 0.53
Hex CC BB 40 0 8 45 14 35 3A 35
Octal 314 273 100 0 10 105 24 65 72 65
Binary 11001100 10111011 1000000 0 1000 1000101 10100 110101 111010 110101

Color Harmonies of #CCBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB40

Black with #CCBB40

Text Example


Text Example

White with #CCBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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