Html Css Color HEX #CCB240 Old Gold

📋 copy color: '#CCB240'

red 204 ◦ green 178 ◦ blue 64

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

Shades of Old Gold #CCB240

Tints of Old Gold #CCB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.91%

 BLUE value IS 64 (25.39% from 255) = 14.35%

R = 45.74%
G = 39.91%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCB240 (or 0xCCB240) is known color: Old Gold. HEX triplet: CC, B2 and 40. RGB value is (204,178,64). Sum of RGB (Red+Green+Blue) = 204+178+64=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB240 is #334DBF. Grayscale: #ADADAD. Windows color (decimal): -3362240 or 4240076. OLE color: 4240076.

HSL color Cylindrical-coordinate representation of color #CCB240: hue angle of 48.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCB240 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 64 -
CMYK 0 0.13 0.69 0.2
HSL 48.86º 0.58% 0.53% -
HSV(B) 48.86º 0.69% 0.8% -
XYZ 41.75 45.05 11.35 -
YUV 172.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 204 178 64 0 0.13 0.69 0.2 48.86 0.58 0.53
Hex CC B2 40 0 D 45 14 31 3A 35
Octal 314 262 100 0 15 105 24 61 72 65
Binary 11001100 10110010 1000000 0 1101 1000101 10100 110001 111010 110101

Color Harmonies of #CCB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB240

Black with #CCB240

Text Example


Text Example

White with #CCB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB240; }

 p { color: rgb(204,178,64); }

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

background-color css

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

 a { background-color: rgb(204,178,64); }

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

border-color css

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

 span { border-color: rgb(204,178,64); }

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