Html Css Color HEX #CCD390 Deco

📋 copy color: '#CCD390'

red 204 ◦ green 211 ◦ blue 144

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

Shades of Deco #CCD390

Tints of Deco #CCD390

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.75%

 BLUE value IS 144 (56.64% from 255) = 25.76%

R = 36.49%
G = 37.75%
B = 25.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#CCD390 (or 0xCCD390) is known color: Deco. HEX triplet: CC, D3 and 90. RGB value is (204,211,144). Sum of RGB (Red+Green+Blue) = 204+211+144=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD390 is #332C6F. Grayscale: #C9C9C9. Windows color (decimal): -3353712 or 9491404. OLE color: 9491404.

HSL color Cylindrical-coordinate representation of color #CCD390: hue angle of 66.27º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCD390 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 144 -
CMYK 0.03 0 0.32 0.17
HSL 66.27º 0.43% 0.7% -
HSV(B) 66.27º 0.32% 0.83% -
XYZ 53.23 61.44 35.44 -
YUV 201.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 204 211 144 0.03 0 0.32 0.17 66.27 0.43 0.7
Hex CC D3 90 3 0 20 11 42 2B 46
Octal 314 323 220 3 0 40 21 102 53 106
Binary 11001100 11010011 10010000 11 0 100000 10001 1000010 101011 1000110

Color Harmonies of #CCD390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD390

Black with #CCD390

Text Example


Text Example

White with #CCD390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD390; }

 p { color: rgb(204,211,144); }

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

background-color css

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

 a { background-color: rgb(204,211,144); }

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

border-color css

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

 span { border-color: rgb(204,211,144); }

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