Html Css Color HEX #CCD582 Deco

📋 copy color: '#CCD582'

red 204 ◦ green 213 ◦ blue 130

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

Shades of Deco #CCD582

Tints of Deco #CCD582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.77%

R = 37.29%
G = 38.94%
B = 23.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#CCD582 (or 0xCCD582) is known color: Deco. HEX triplet: CC, D5 and 82. RGB value is (204,213,130). Sum of RGB (Red+Green+Blue) = 204+213+130=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD582 is #332A7D. Grayscale: #C9C9C9. Windows color (decimal): -3353214 or 8574412. OLE color: 8574412.

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

Color convert

RGB 204 213 130 -
CMYK 0.04 0 0.39 0.16
HSL 66.51º 0.5% 0.67% -
HSV(B) 66.51º 0.39% 0.84% -
XYZ 52.73 62.04 30.31 -
YUV 200.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 204 213 130 0.04 0 0.39 0.16 66.51 0.5 0.67
Hex CC D5 82 4 0 27 10 43 32 43
Octal 314 325 202 4 0 47 20 103 62 103
Binary 11001100 11010101 10000010 100 0 100111 10000 1000011 110010 1000011

Color Harmonies of #CCD582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD582

Black with #CCD582

Text Example


Text Example

White with #CCD582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD582; }

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

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

background-color css

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

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

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

border-color css

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

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

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