Html Css Color HEX #CCD58C Deco

📋 copy color: '#CCD58C'

red 204 ◦ green 213 ◦ blue 140

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

Shades of Deco #CCD58C

Tints of Deco #CCD58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.13%

R = 36.62%
G = 38.24%
B = 25.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#CCD58C (or 0xCCD58C) is known color: Deco. HEX triplet: CC, D5 and 8C. RGB value is (204,213,140). Sum of RGB (Red+Green+Blue) = 204+213+140=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD58C is #332A73. Grayscale: #CACACA. Windows color (decimal): -3353204 or 9229772. OLE color: 9229772.

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

Color convert

RGB 204 213 140 -
CMYK 0.04 0 0.34 0.16
HSL 67.4º 0.46% 0.69% -
HSV(B) 67.4º 0.34% 0.84% -
XYZ 53.43 62.32 34.02 -
YUV 201.99 93.02 129.44 -
System Red Green Blue C M Y K H S L
Decimal 204 213 140 0.04 0 0.34 0.16 67.4 0.46 0.69
Hex CC D5 8C 4 0 22 10 43 2E 45
Octal 314 325 214 4 0 42 20 103 56 105
Binary 11001100 11010101 10001100 100 0 100010 10000 1000011 101110 1000101

Color Harmonies of #CCD58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD58C

Black with #CCD58C

Text Example


Text Example

White with #CCD58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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