Html Css Color HEX #CCD775 Deco

📋 copy color: '#CCD775'

red 204 ◦ green 215 ◦ blue 117

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

Shades of Deco #CCD775

Tints of Deco #CCD775

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.11%

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

R = 38.06%
G = 40.11%
B = 21.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#CCD775 (or 0xCCD775) is known color: Deco. HEX triplet: CC, D7 and 75. RGB value is (204,215,117). Sum of RGB (Red+Green+Blue) = 204+215+117=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD775 is #33288A. Grayscale: #C8C8C8. Windows color (decimal): -3352715 or 7722956. OLE color: 7722956.

HSL color Cylindrical-coordinate representation of color #CCD775: hue angle of 66.73º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD775 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 117 -
CMYK 0.05 0 0.46 0.16
HSL 66.73º 0.55% 0.65% -
HSV(B) 66.73º 0.46% 0.84% -
XYZ 52.41 62.72 26.17 -
YUV 200.54 80.86 130.47 -
System Red Green Blue C M Y K H S L
Decimal 204 215 117 0.05 0 0.46 0.16 66.73 0.55 0.65
Hex CC D7 75 5 0 2E 10 43 37 41
Octal 314 327 165 5 0 56 20 103 67 101
Binary 11001100 11010111 1110101 101 0 101110 10000 1000011 110111 1000001

Color Harmonies of #CCD775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD775

Black with #CCD775

Text Example


Text Example

White with #CCD775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD775; }

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

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

background-color css

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

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

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

border-color css

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

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

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