Html Css Color HEX #CCB044 Old Gold

📋 copy color: '#CCB044'

red 204 ◦ green 176 ◦ blue 68

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

Shades of Old Gold #CCB044

Tints of Old Gold #CCB044

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.29%

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

R = 45.54%
G = 39.29%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCB044 (or 0xCCB044) is known color: Old Gold. HEX triplet: CC, B0 and 44. RGB value is (204,176,68). Sum of RGB (Red+Green+Blue) = 204+176+68=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB044 is #334FBB. Grayscale: #ACACAC. Windows color (decimal): -3362748 or 4501708. OLE color: 4501708.

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

Color convert

RGB 204 176 68 -
CMYK 0 0.14 0.67 0.2
HSL 47.65º 0.57% 0.53% -
HSV(B) 47.65º 0.67% 0.8% -
XYZ 41.47 44.31 11.83 -
YUV 172.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 204 176 68 0 0.14 0.67 0.2 47.65 0.57 0.53
Hex CC B0 44 0 E 43 14 30 39 35
Octal 314 260 104 0 16 103 24 60 71 65
Binary 11001100 10110000 1000100 0 1110 1000011 10100 110000 111001 110101

Color Harmonies of #CCB044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB044

Black with #CCB044

Text Example


Text Example

White with #CCB044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB044; }

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

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

background-color css

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

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

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

border-color css

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

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

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