Html Css Color HEX #CCB940 Old Gold

📋 copy color: '#CCB940'

red 204 ◦ green 185 ◦ blue 64

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

Shades of Old Gold #CCB940

Tints of Old Gold #CCB940

RGB

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

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

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

R = 45.03%
G = 40.84%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCB940 (or 0xCCB940) is known color: Old Gold. HEX triplet: CC, B9 and 40. RGB value is (204,185,64). Sum of RGB (Red+Green+Blue) = 204+185+64=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB940 is #3346BF. Grayscale: #B1B1B1. Windows color (decimal): -3360448 or 4241868. OLE color: 4241868.

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

Color convert

RGB 204 185 64 -
CMYK 0 0.09 0.69 0.2
HSL 51.86º 0.58% 0.53% -
HSV(B) 51.86º 0.69% 0.8% -
XYZ 43.18 47.91 11.82 -
YUV 176.89 64.29 147.34 -
System Red Green Blue C M Y K H S L
Decimal 204 185 64 0 0.09 0.69 0.2 51.86 0.58 0.53
Hex CC B9 40 0 9 45 14 34 3A 35
Octal 314 271 100 0 11 105 24 64 72 65
Binary 11001100 10111001 1000000 0 1001 1000101 10100 110100 111010 110101

Color Harmonies of #CCB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB940

Black with #CCB940

Text Example


Text Example

White with #CCB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB940; }

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

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

background-color css

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

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

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

border-color css

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

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

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