Html Css Color HEX #CCB944 Old Gold

📋 copy color: '#CCB944'

red 204 ◦ green 185 ◦ blue 68

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

Shades of Old Gold #CCB944

Tints of Old Gold #CCB944

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

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

R = 44.64%
G = 40.48%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCB944 (or 0xCCB944) is known color: Old Gold. HEX triplet: CC, B9 and 44. RGB value is (204,185,68). Sum of RGB (Red+Green+Blue) = 204+185+68=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB944 is #3346BB. Grayscale: #B1B1B1. Windows color (decimal): -3360444 or 4504012. OLE color: 4504012.

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

Color convert

RGB 204 185 68 -
CMYK 0 0.09 0.67 0.2
HSL 51.62º 0.57% 0.53% -
HSV(B) 51.62º 0.67% 0.8% -
XYZ 43.29 47.95 12.44 -
YUV 177.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 204 185 68 0 0.09 0.67 0.2 51.62 0.57 0.53
Hex CC B9 44 0 9 43 14 34 39 35
Octal 314 271 104 0 11 103 24 64 71 65
Binary 11001100 10111001 1000100 0 1001 1000011 10100 110100 111001 110101

Color Harmonies of #CCB944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB944

Black with #CCB944

Text Example


Text Example

White with #CCB944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB944; }

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

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

background-color css

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

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

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

border-color css

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

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

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