Html Css Color HEX #CCBB41 Old Gold

📋 copy color: '#CCBB41'

red 204 ◦ green 187 ◦ blue 65

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

Shades of Old Gold #CCBB41

Tints of Old Gold #CCBB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.25%

R = 44.74%
G = 41.01%
B = 14.25%

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

#CCBB41 (or 0xCCBB41) is known color: Old Gold. HEX triplet: CC, BB and 41. RGB value is (204,187,65). Sum of RGB (Red+Green+Blue) = 204+187+65=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBB41 is #3344BE. Grayscale: #B2B2B2. Windows color (decimal): -3359935 or 4307916. OLE color: 4307916.

HSL color Cylindrical-coordinate representation of color #CCBB41: hue angle of 52.66º degrees, saturation: 0.58, 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 #CCBB41 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 187 65 -
CMYK 0 0.08 0.68 0.2
HSL 52.66º 0.58% 0.53% -
HSV(B) 52.66º 0.68% 0.8% -
XYZ 43.63 48.76 12.11 -
YUV 178.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 204 187 65 0 0.08 0.68 0.2 52.66 0.58 0.53
Hex CC BB 41 0 8 44 14 35 3A 35
Octal 314 273 101 0 10 104 24 65 72 65
Binary 11001100 10111011 1000001 0 1000 1000100 10100 110101 111010 110101

Color Harmonies of #CCBB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB41

Black with #CCBB41

Text Example


Text Example

White with #CCBB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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