Html Css Color HEX #CCBB42 Old Gold

📋 copy color: '#CCBB42'

red 204 ◦ green 187 ◦ blue 66

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

Shades of Old Gold #CCBB42

Tints of Old Gold #CCBB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.44%

R = 44.64%
G = 40.92%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCBB42 (or 0xCCBB42) is known color: Old Gold. HEX triplet: CC, BB and 42. RGB value is (204,187,66). Sum of RGB (Red+Green+Blue) = 204+187+66=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBB42 is #3344BD. Grayscale: #B2B2B2. Windows color (decimal): -3359934 or 4373452. OLE color: 4373452.

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

Color convert

RGB 204 187 66 -
CMYK 0 0.08 0.68 0.2
HSL 52.61º 0.58% 0.53% -
HSV(B) 52.61º 0.68% 0.8% -
XYZ 43.66 48.77 12.27 -
YUV 178.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 204 187 66 0 0.08 0.68 0.2 52.61 0.58 0.53
Hex CC BB 42 0 8 44 14 35 3A 35
Octal 314 273 102 0 10 104 24 65 72 65
Binary 11001100 10111011 1000010 0 1000 1000100 10100 110101 111010 110101

Color Harmonies of #CCBB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB42

Black with #CCBB42

Text Example


Text Example

White with #CCBB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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