Html Css Color HEX #CCD475 Deco

📋 copy color: '#CCD475'

red 204 ◦ green 212 ◦ blue 117

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

Shades of Deco #CCD475

Tints of Deco #CCD475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.77%

 BLUE value IS 117 (46.09% from 255) = 21.95%

R = 38.27%
G = 39.77%
B = 21.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#CCD475 (or 0xCCD475) is known color: Deco. HEX triplet: CC, D4 and 75. RGB value is (204,212,117). Sum of RGB (Red+Green+Blue) = 204+212+117=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD475 is #332B8A. Grayscale: #C7C7C7. Windows color (decimal): -3353483 or 7722188. OLE color: 7722188.

HSL color Cylindrical-coordinate representation of color #CCD475: hue angle of 65.05º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCD475 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 117 -
CMYK 0.04 0 0.45 0.17
HSL 65.05º 0.52% 0.65% -
HSV(B) 65.05º 0.45% 0.83% -
XYZ 51.66 61.21 25.92 -
YUV 198.78 81.85 131.72 -
System Red Green Blue C M Y K H S L
Decimal 204 212 117 0.04 0 0.45 0.17 65.05 0.52 0.65
Hex CC D4 75 4 0 2D 11 41 34 41
Octal 314 324 165 4 0 55 21 101 64 101
Binary 11001100 11010100 1110101 100 0 101101 10001 1000001 110100 1000001

Color Harmonies of #CCD475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD475

Black with #CCD475

Text Example


Text Example

White with #CCD475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD475; }

 p { color: rgb(204,212,117); }

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

background-color css

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

 a { background-color: rgb(204,212,117); }

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

border-color css

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

 span { border-color: rgb(204,212,117); }

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