Html Css Color HEX #CCB740 Old Gold

📋 copy color: '#CCB740'

red 204 ◦ green 183 ◦ blue 64

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

Shades of Old Gold #CCB740

Tints of Old Gold #CCB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

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

R = 45.23%
G = 40.58%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCB740 (or 0xCCB740) is known color: Old Gold. HEX triplet: CC, B7 and 40. RGB value is (204,183,64). Sum of RGB (Red+Green+Blue) = 204+183+64=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB740 is #3348BF. Grayscale: #B0B0B0. Windows color (decimal): -3360960 or 4241356. OLE color: 4241356.

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

Color convert

RGB 204 183 64 -
CMYK 0 0.10 0.69 0.2
HSL 51º 0.58% 0.53% -
HSV(B) 51º 0.69% 0.8% -
XYZ 42.76 47.07 11.68 -
YUV 175.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 204 183 64 0 0.10 0.69 0.2 51 0.58 0.53
Hex CC B7 40 0 A 45 14 33 3A 35
Octal 314 267 100 0 12 105 24 63 72 65
Binary 11001100 10110111 1000000 0 1010 1000101 10100 110011 111010 110101

Color Harmonies of #CCB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB740

Black with #CCB740

Text Example


Text Example

White with #CCB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB740; }

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

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

background-color css

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

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

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

border-color css

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

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

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