Html Css Color HEX #CCAB41 Old Gold

📋 copy color: '#CCAB41'

red 204 ◦ green 171 ◦ blue 65

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

Shades of Old Gold #CCAB41

Tints of Old Gold #CCAB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

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

R = 46.36%
G = 38.86%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCAB41 (or 0xCCAB41) is known color: Old Gold. HEX triplet: CC, AB and 41. RGB value is (204,171,65). Sum of RGB (Red+Green+Blue) = 204+171+65=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB41 is #3354BE. Grayscale: #A9A9A9. Windows color (decimal): -3364031 or 4303820. OLE color: 4303820.

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

Color convert

RGB 204 171 65 -
CMYK 0 0.16 0.68 0.2
HSL 45.76º 0.58% 0.53% -
HSV(B) 45.76º 0.68% 0.8% -
XYZ 40.42 42.34 11.04 -
YUV 168.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 204 171 65 0 0.16 0.68 0.2 45.76 0.58 0.53
Hex CC AB 41 0 10 44 14 2E 3A 35
Octal 314 253 101 0 20 104 24 56 72 65
Binary 11001100 10101011 1000001 0 10000 1000100 10100 101110 111010 110101

Color Harmonies of #CCAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB41

Black with #CCAB41

Text Example


Text Example

White with #CCAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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