Html Css Color HEX #CCD88C Deco

📋 copy color: '#CCD88C'

red 204 ◦ green 216 ◦ blue 140

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

Shades of Deco #CCD88C

Tints of Deco #CCD88C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.57%

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

R = 36.43%
G = 38.57%
B = 25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#CCD88C (or 0xCCD88C) is known color: Deco. HEX triplet: CC, D8 and 8C. RGB value is (204,216,140). Sum of RGB (Red+Green+Blue) = 204+216+140=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD88C is #332773. Grayscale: #CCCCCC. Windows color (decimal): -3352436 or 9230540. OLE color: 9230540.

HSL color Cylindrical-coordinate representation of color #CCD88C: hue angle of 69.47º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD88C is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 140 -
CMYK 0.06 0 0.35 0.15
HSL 69.47º 0.49% 0.7% -
HSV(B) 69.47º 0.35% 0.85% -
XYZ 54.19 63.84 34.28 -
YUV 203.75 92.02 128.18 -
System Red Green Blue C M Y K H S L
Decimal 204 216 140 0.06 0 0.35 0.15 69.47 0.49 0.7
Hex CC D8 8C 6 0 23 F 45 31 46
Octal 314 330 214 6 0 43 17 105 61 106
Binary 11001100 11011000 10001100 110 0 100011 1111 1000101 110001 1000110

Color Harmonies of #CCD88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD88C

Black with #CCD88C

Text Example


Text Example

White with #CCD88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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