Html Css Color HEX #CCB647 Old Gold

📋 copy color: '#CCB647'

red 204 ◦ green 182 ◦ blue 71

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

Shades of Old Gold #CCB647

Tints of Old Gold #CCB647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.54%

R = 44.64%
G = 39.82%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCB647 (or 0xCCB647) is known color: Old Gold. HEX triplet: CC, B6 and 47. RGB value is (204,182,71). Sum of RGB (Red+Green+Blue) = 204+182+71=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB647 is #3349B8. Grayscale: #B0B0B0. Windows color (decimal): -3361209 or 4699852. OLE color: 4699852.

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

Color convert

RGB 204 182 71 -
CMYK 0 0.11 0.65 0.2
HSL 50.08º 0.57% 0.54% -
HSV(B) 50.08º 0.65% 0.8% -
XYZ 42.77 46.75 12.73 -
YUV 175.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 204 182 71 0 0.11 0.65 0.2 50.08 0.57 0.54
Hex CC B6 47 0 B 41 14 32 39 36
Octal 314 266 107 0 13 101 24 62 71 66
Binary 11001100 10110110 1000111 0 1011 1000001 10100 110010 111001 110110

Color Harmonies of #CCB647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB647

Black with #CCB647

Text Example


Text Example

White with #CCB647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB647; }

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

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

background-color css

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

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

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

border-color css

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

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

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