Html Css Color HEX #CCBC4A Old Gold

📋 copy color: '#CCBC4A'

red 204 ◦ green 188 ◦ blue 74

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

Shades of Old Gold #CCBC4A

Tints of Old Gold #CCBC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.88%

R = 43.78%
G = 40.34%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCBC4A (or 0xCCBC4A) is known color: Old Gold. HEX triplet: CC, BC and 4A. RGB value is (204,188,74). Sum of RGB (Red+Green+Blue) = 204+188+74=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC4A is #3343B5. Grayscale: #B4B4B4. Windows color (decimal): -3359670 or 4897996. OLE color: 4897996.

HSL color Cylindrical-coordinate representation of color #CCBC4A: hue angle of 52.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCBC4A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 74 -
CMYK 0 0.08 0.64 0.2
HSL 52.62º 0.56% 0.55% -
HSV(B) 52.62º 0.64% 0.8% -
XYZ 44.12 49.3 13.67 -
YUV 179.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 204 188 74 0 0.08 0.64 0.2 52.62 0.56 0.55
Hex CC BC 4A 0 8 40 14 35 38 37
Octal 314 274 112 0 10 100 24 65 70 67
Binary 11001100 10111100 1001010 0 1000 1000000 10100 110101 111000 110111

Color Harmonies of #CCBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC4A

Black with #CCBC4A

Text Example


Text Example

White with #CCBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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