Html Css Color HEX #CCB649 Old Gold

📋 copy color: '#CCB649'

red 204 ◦ green 182 ◦ blue 73

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

Shades of Old Gold #CCB649

Tints of Old Gold #CCB649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.9%

R = 44.44%
G = 39.65%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCB649 (or 0xCCB649) is known color: Old Gold. HEX triplet: CC, B6 and 49. RGB value is (204,182,73). Sum of RGB (Red+Green+Blue) = 204+182+73=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB649 is #3349B6. Grayscale: #B0B0B0. Windows color (decimal): -3361207 or 4830924. OLE color: 4830924.

HSL color Cylindrical-coordinate representation of color #CCB649: hue angle of 49.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCB649 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 73 -
CMYK 0 0.11 0.64 0.2
HSL 49.92º 0.56% 0.54% -
HSV(B) 49.92º 0.64% 0.8% -
XYZ 42.83 46.77 13.07 -
YUV 176.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 204 182 73 0 0.11 0.64 0.2 49.92 0.56 0.54
Hex CC B6 49 0 B 40 14 32 38 36
Octal 314 266 111 0 13 100 24 62 70 66
Binary 11001100 10110110 1001001 0 1011 1000000 10100 110010 111000 110110

Color Harmonies of #CCB649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB649

Black with #CCB649

Text Example


Text Example

White with #CCB649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB649; }

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

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

background-color css

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

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

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

border-color css

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

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

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