Html Css Color HEX #CCB640 Old Gold

📋 copy color: '#CCB640'

red 204 ◦ green 182 ◦ blue 64

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

Shades of Old Gold #CCB640

Tints of Old Gold #CCB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.44%

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

R = 45.33%
G = 40.44%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCB640 (or 0xCCB640) is known color: Old Gold. HEX triplet: CC, B6 and 40. RGB value is (204,182,64). Sum of RGB (Red+Green+Blue) = 204+182+64=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB640 is #3349BF. Grayscale: #AFAFAF. Windows color (decimal): -3361216 or 4241100. OLE color: 4241100.

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

Color convert

RGB 204 182 64 -
CMYK 0 0.11 0.69 0.2
HSL 50.57º 0.58% 0.53% -
HSV(B) 50.57º 0.69% 0.8% -
XYZ 42.56 46.66 11.61 -
YUV 175.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 204 182 64 0 0.11 0.69 0.2 50.57 0.58 0.53
Hex CC B6 40 0 B 45 14 33 3A 35
Octal 314 266 100 0 13 105 24 63 72 65
Binary 11001100 10110110 1000000 0 1011 1000101 10100 110011 111010 110101

Color Harmonies of #CCB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB640

Black with #CCB640

Text Example


Text Example

White with #CCB640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB640; }

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

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

background-color css

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

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

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

border-color css

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

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

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