Html Css Color HEX #CCBB44 Old Gold

📋 copy color: '#CCBB44'

red 204 ◦ green 187 ◦ blue 68

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

Shades of Old Gold #CCBB44

Tints of Old Gold #CCBB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.81%

R = 44.44%
G = 40.74%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCBB44 (or 0xCCBB44) is known color: Old Gold. HEX triplet: CC, BB and 44. RGB value is (204,187,68). Sum of RGB (Red+Green+Blue) = 204+187+68=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBB44 is #3344BB. Grayscale: #B3B3B3. Windows color (decimal): -3359932 or 4504524. OLE color: 4504524.

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

Color convert

RGB 204 187 68 -
CMYK 0 0.08 0.67 0.2
HSL 52.5º 0.57% 0.53% -
HSV(B) 52.5º 0.67% 0.8% -
XYZ 43.72 48.8 12.58 -
YUV 178.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 204 187 68 0 0.08 0.67 0.2 52.5 0.57 0.53
Hex CC BB 44 0 8 43 14 34 39 35
Octal 314 273 104 0 10 103 24 64 71 65
Binary 11001100 10111011 1000100 0 1000 1000011 10100 110100 111001 110101

Color Harmonies of #CCBB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB44

Black with #CCBB44

Text Example


Text Example

White with #CCBB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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