Html Css Color HEX #CCBA45 Old Gold

📋 copy color: '#CCBA45'

red 204 ◦ green 186 ◦ blue 69

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

Shades of Old Gold #CCBA45

Tints of Old Gold #CCBA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

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

R = 44.44%
G = 40.52%
B = 15.03%

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

#CCBA45 (or 0xCCBA45) is known color: Old Gold. HEX triplet: CC, BA and 45. RGB value is (204,186,69). Sum of RGB (Red+Green+Blue) = 204+186+69=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA45 is #3345BA. Grayscale: #B2B2B2. Windows color (decimal): -3360187 or 4569804. OLE color: 4569804.

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

Color convert

RGB 204 186 69 -
CMYK 0 0.09 0.66 0.2
HSL 52º 0.57% 0.54% -
HSV(B) 52º 0.66% 0.8% -
XYZ 43.53 48.38 12.67 -
YUV 178.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 204 186 69 0 0.09 0.66 0.2 52 0.57 0.54
Hex CC BA 45 0 9 42 14 34 39 36
Octal 314 272 105 0 11 102 24 64 71 66
Binary 11001100 10111010 1000101 0 1001 1000010 10100 110100 111001 110110

Color Harmonies of #CCBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA45

Black with #CCBA45

Text Example


Text Example

White with #CCBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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