Html Css Color HEX #CCB945 Old Gold

📋 copy color: '#CCB945'

red 204 ◦ green 185 ◦ blue 69

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

Shades of Old Gold #CCB945

Tints of Old Gold #CCB945

RGB

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

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

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

R = 44.54%
G = 40.39%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCB945 (or 0xCCB945) is known color: Old Gold. HEX triplet: CC, B9 and 45. RGB value is (204,185,69). Sum of RGB (Red+Green+Blue) = 204+185+69=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB945 is #3346BA. Grayscale: #B1B1B1. Windows color (decimal): -3360443 or 4569548. OLE color: 4569548.

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

Color convert

RGB 204 185 69 -
CMYK 0 0.09 0.66 0.2
HSL 51.56º 0.57% 0.54% -
HSV(B) 51.56º 0.66% 0.8% -
XYZ 43.32 47.96 12.6 -
YUV 177.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 204 185 69 0 0.09 0.66 0.2 51.56 0.57 0.54
Hex CC B9 45 0 9 42 14 34 39 36
Octal 314 271 105 0 11 102 24 64 71 66
Binary 11001100 10111001 1000101 0 1001 1000010 10100 110100 111001 110110

Color Harmonies of #CCB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB945

Black with #CCB945

Text Example


Text Example

White with #CCB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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