Html Css Color HEX #CCD69D Green Mist

📋 copy color: '#CCD69D'

red 204 ◦ green 214 ◦ blue 157

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

Shades of Green Mist #CCD69D

Tints of Green Mist #CCD69D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.22%

 BLUE value IS 157 (61.72% from 255) = 27.3%

R = 35.48%
G = 37.22%
B = 27.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#CCD69D (or 0xCCD69D) is known color: Green Mist. HEX triplet: CC, D6 and 9D. RGB value is (204,214,157). Sum of RGB (Red+Green+Blue) = 204+214+157=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD69D is #332962. Grayscale: #CCCCCC. Windows color (decimal): -3352931 or 10344140. OLE color: 10344140.

HSL color Cylindrical-coordinate representation of color #CCD69D: hue angle of 70.53º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCD69D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 157 -
CMYK 0.05 0 0.27 0.16
HSL 70.53º 0.41% 0.73% -
HSV(B) 70.53º 0.27% 0.84% -
XYZ 55.03 63.36 41.23 -
YUV 204.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 204 214 157 0.05 0 0.27 0.16 70.53 0.41 0.73
Hex CC D6 9D 5 0 1B 10 47 29 49
Octal 314 326 235 5 0 33 20 107 51 111
Binary 11001100 11010110 10011101 101 0 11011 10000 1000111 101001 1001001

Color Harmonies of #CCD69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD69D

Black with #CCD69D

Text Example


Text Example

White with #CCD69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD69D; }

 p { color: rgb(204,214,157); }

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

background-color css

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

 a { background-color: rgb(204,214,157); }

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

border-color css

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

 span { border-color: rgb(204,214,157); }

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