Html Css Color HEX #CCBC45 Old Gold

📋 copy color: '#CCBC45'

red 204 ◦ green 188 ◦ blue 69

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

Shades of Old Gold #CCBC45

Tints of Old Gold #CCBC45

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.78%

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

R = 44.25%
G = 40.78%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCBC45 (or 0xCCBC45) is known color: Old Gold. HEX triplet: CC, BC and 45. RGB value is (204,188,69). Sum of RGB (Red+Green+Blue) = 204+188+69=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC45 is #3343BA. Grayscale: #B3B3B3. Windows color (decimal): -3359675 or 4570316. OLE color: 4570316.

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

Color convert

RGB 204 188 69 -
CMYK 0 0.08 0.66 0.2
HSL 52.89º 0.57% 0.54% -
HSV(B) 52.89º 0.66% 0.8% -
XYZ 43.96 49.23 12.82 -
YUV 179.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 204 188 69 0 0.08 0.66 0.2 52.89 0.57 0.54
Hex CC BC 45 0 8 42 14 35 39 36
Octal 314 274 105 0 10 102 24 65 71 66
Binary 11001100 10111100 1000101 0 1000 1000010 10100 110101 111001 110110

Color Harmonies of #CCBC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC45

Black with #CCBC45

Text Example


Text Example

White with #CCBC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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