Html Css Color HEX #CCB545 Old Gold

📋 copy color: '#CCB545'

red 204 ◦ green 181 ◦ blue 69

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

Shades of Old Gold #CCB545

Tints of Old Gold #CCB545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.87%

 BLUE value IS 69 (27.34% from 255) = 15.2%

R = 44.93%
G = 39.87%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCB545 (or 0xCCB545) is known color: Old Gold. HEX triplet: CC, B5 and 45. RGB value is (204,181,69). Sum of RGB (Red+Green+Blue) = 204+181+69=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB545 is #334ABA. Grayscale: #AFAFAF. Windows color (decimal): -3361467 or 4568524. OLE color: 4568524.

HSL color Cylindrical-coordinate representation of color #CCB545: hue angle of 49.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCB545 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 69 -
CMYK 0 0.11 0.66 0.2
HSL 49.78º 0.57% 0.54% -
HSV(B) 49.78º 0.66% 0.8% -
XYZ 42.5 46.31 12.33 -
YUV 175.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 204 181 69 0 0.11 0.66 0.2 49.78 0.57 0.54
Hex CC B5 45 0 B 42 14 32 39 36
Octal 314 265 105 0 13 102 24 62 71 66
Binary 11001100 10110101 1000101 0 1011 1000010 10100 110010 111001 110110

Color Harmonies of #CCB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB545

Black with #CCB545

Text Example


Text Example

White with #CCB545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB545; }

 p { color: rgb(204,181,69); }

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

background-color css

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

 a { background-color: rgb(204,181,69); }

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

border-color css

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

 span { border-color: rgb(204,181,69); }

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