Html Css Color HEX #CCD592 Deco

📋 copy color: '#CCD592'

red 204 ◦ green 213 ◦ blue 146

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

Shades of Deco #CCD592

Tints of Deco #CCD592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.83%

 BLUE value IS 146 (57.42% from 255) = 25.93%

R = 36.23%
G = 37.83%
B = 25.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#CCD592 (or 0xCCD592) is known color: Deco. HEX triplet: CC, D5 and 92. RGB value is (204,213,146). Sum of RGB (Red+Green+Blue) = 204+213+146=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD592 is #332A6D. Grayscale: #CACACA. Windows color (decimal): -3353198 or 9622988. OLE color: 9622988.

HSL color Cylindrical-coordinate representation of color #CCD592: hue angle of 68.06º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD592 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 146 -
CMYK 0.04 0 0.31 0.16
HSL 68.06º 0.44% 0.7% -
HSV(B) 68.06º 0.31% 0.84% -
XYZ 53.88 62.5 36.42 -
YUV 202.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 204 213 146 0.04 0 0.31 0.16 68.06 0.44 0.7
Hex CC D5 92 4 0 1F 10 44 2C 46
Octal 314 325 222 4 0 37 20 104 54 106
Binary 11001100 11010101 10010010 100 0 11111 10000 1000100 101100 1000110

Color Harmonies of #CCD592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD592

Black with #CCD592

Text Example


Text Example

White with #CCD592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD592; }

 p { color: rgb(204,213,146); }

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

background-color css

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

 a { background-color: rgb(204,213,146); }

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

border-color css

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

 span { border-color: rgb(204,213,146); }

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