Html Css Color HEX #CCD275 Deco

📋 copy color: '#CCD275'

red 204 ◦ green 210 ◦ blue 117

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

Shades of Deco #CCD275

Tints of Deco #CCD275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.55%

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

R = 38.42%
G = 39.55%
B = 22.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#CCD275 (or 0xCCD275) is known color: Deco. HEX triplet: CC, D2 and 75. RGB value is (204,210,117). Sum of RGB (Red+Green+Blue) = 204+210+117=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD275 is #332D8A. Grayscale: #C5C5C5. Windows color (decimal): -3353995 or 7721676. OLE color: 7721676.

HSL color Cylindrical-coordinate representation of color #CCD275: hue angle of 63.87º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCD275 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 117 -
CMYK 0.03 0 0.44 0.18
HSL 63.87º 0.51% 0.64% -
HSV(B) 63.87º 0.44% 0.82% -
XYZ 51.16 60.21 25.76 -
YUV 197.6 82.51 132.56 -
System Red Green Blue C M Y K H S L
Decimal 204 210 117 0.03 0 0.44 0.18 63.87 0.51 0.64
Hex CC D2 75 3 0 2C 12 40 33 40
Octal 314 322 165 3 0 54 22 100 63 100
Binary 11001100 11010010 1110101 11 0 101100 10010 1000000 110011 1000000

Color Harmonies of #CCD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD275

Black with #CCD275

Text Example


Text Example

White with #CCD275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD275; }

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

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

background-color css

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

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

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

border-color css

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

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

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