Html Css Color HEX #CCB140 Old Gold

📋 copy color: '#CCB140'

red 204 ◦ green 177 ◦ blue 64

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

Shades of Old Gold #CCB140

Tints of Old Gold #CCB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.78%

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

R = 45.84%
G = 39.78%
B = 14.38%

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

#CCB140 (or 0xCCB140) is known color: Old Gold. HEX triplet: CC, B1 and 40. RGB value is (204,177,64). Sum of RGB (Red+Green+Blue) = 204+177+64=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB140 is #334EBF. Grayscale: #ACACAC. Windows color (decimal): -3362496 or 4239820. OLE color: 4239820.

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

Color convert

RGB 204 177 64 -
CMYK 0 0.13 0.69 0.2
HSL 48.43º 0.58% 0.53% -
HSV(B) 48.43º 0.69% 0.8% -
XYZ 41.55 44.65 11.28 -
YUV 172.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 204 177 64 0 0.13 0.69 0.2 48.43 0.58 0.53
Hex CC B1 40 0 D 45 14 30 3A 35
Octal 314 261 100 0 15 105 24 60 72 65
Binary 11001100 10110001 1000000 0 1101 1000101 10100 110000 111010 110101

Color Harmonies of #CCB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB140

Black with #CCB140

Text Example


Text Example

White with #CCB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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