Html Css Color HEX #CCB247 Old Gold

📋 copy color: '#CCB247'

red 204 ◦ green 178 ◦ blue 71

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

Shades of Old Gold #CCB247

Tints of Old Gold #CCB247

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.29%

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

R = 45.03%
G = 39.29%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCB247 (or 0xCCB247) is known color: Old Gold. HEX triplet: CC, B2 and 47. RGB value is (204,178,71). Sum of RGB (Red+Green+Blue) = 204+178+71=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB247 is #334DB8. Grayscale: #AEAEAE. Windows color (decimal): -3362233 or 4698828. OLE color: 4698828.

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

Color convert

RGB 204 178 71 -
CMYK 0 0.13 0.65 0.2
HSL 48.27º 0.57% 0.54% -
HSV(B) 48.27º 0.65% 0.8% -
XYZ 41.96 45.13 12.46 -
YUV 173.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 204 178 71 0 0.13 0.65 0.2 48.27 0.57 0.54
Hex CC B2 47 0 D 41 14 30 39 36
Octal 314 262 107 0 15 101 24 60 71 66
Binary 11001100 10110010 1000111 0 1101 1000001 10100 110000 111001 110110

Color Harmonies of #CCB247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB247

Black with #CCB247

Text Example


Text Example

White with #CCB247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB247; }

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

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

background-color css

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

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

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

border-color css

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

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

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