Html Css Color HEX #CCD487 Deco

📋 copy color: '#CCD487'

red 204 ◦ green 212 ◦ blue 135

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

Shades of Deco #CCD487

Tints of Deco #CCD487

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.48%

 BLUE value IS 135 (53.13% from 255) = 24.5%

R = 37.02%
G = 38.48%
B = 24.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#CCD487 (or 0xCCD487) is known color: Deco. HEX triplet: CC, D4 and 87. RGB value is (204,212,135). Sum of RGB (Red+Green+Blue) = 204+212+135=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD487 is #332B78. Grayscale: #C9C9C9. Windows color (decimal): -3353465 or 8901836. OLE color: 8901836.

HSL color Cylindrical-coordinate representation of color #CCD487: hue angle of 66.23º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD487 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 135 -
CMYK 0.04 0 0.36 0.17
HSL 66.23º 0.47% 0.68% -
HSV(B) 66.23º 0.36% 0.83% -
XYZ 52.82 61.67 32.04 -
YUV 200.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 204 212 135 0.04 0 0.36 0.17 66.23 0.47 0.68
Hex CC D4 87 4 0 24 11 42 2F 44
Octal 314 324 207 4 0 44 21 102 57 104
Binary 11001100 11010100 10000111 100 0 100100 10001 1000010 101111 1000100

Color Harmonies of #CCD487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD487

Black with #CCD487

Text Example


Text Example

White with #CCD487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD487; }

 p { color: rgb(204,212,135); }

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

background-color css

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

 a { background-color: rgb(204,212,135); }

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

border-color css

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

 span { border-color: rgb(204,212,135); }

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