Html Css Color HEX #CCB144 Old Gold

📋 copy color: '#CCB144'

red 204 ◦ green 177 ◦ blue 68

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

Shades of Old Gold #CCB144

Tints of Old Gold #CCB144

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.42%

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

R = 45.43%
G = 39.42%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCB144 (or 0xCCB144) is known color: Old Gold. HEX triplet: CC, B1 and 44. RGB value is (204,177,68). Sum of RGB (Red+Green+Blue) = 204+177+68=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB144 is #334EBB. Grayscale: #ADADAD. Windows color (decimal): -3362492 or 4501964. OLE color: 4501964.

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

Color convert

RGB 204 177 68 -
CMYK 0 0.13 0.67 0.2
HSL 48.09º 0.57% 0.53% -
HSV(B) 48.09º 0.67% 0.8% -
XYZ 41.67 44.7 11.9 -
YUV 172.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 204 177 68 0 0.13 0.67 0.2 48.09 0.57 0.53
Hex CC B1 44 0 D 43 14 30 39 35
Octal 314 261 104 0 15 103 24 60 71 65
Binary 11001100 10110001 1000100 0 1101 1000011 10100 110000 111001 110101

Color Harmonies of #CCB144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB144

Black with #CCB144

Text Example


Text Example

White with #CCB144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB144; }

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

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

background-color css

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

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

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

border-color css

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

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

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