Html Css Color HEX #CCD693 Deco

📋 copy color: '#CCD693'

red 204 ◦ green 214 ◦ blue 147

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

Shades of Deco #CCD693

Tints of Deco #CCD693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.02%

R = 36.11%
G = 37.88%
B = 26.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#CCD693 (or 0xCCD693) is known color: Deco. HEX triplet: CC, D6 and 93. RGB value is (204,214,147). Sum of RGB (Red+Green+Blue) = 204+214+147=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD693 is #33296C. Grayscale: #CBCBCB. Windows color (decimal): -3352941 or 9688780. OLE color: 9688780.

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

Color convert

RGB 204 214 147 -
CMYK 0.05 0 0.31 0.16
HSL 68.96º 0.45% 0.71% -
HSV(B) 68.96º 0.31% 0.84% -
XYZ 54.21 63.04 36.91 -
YUV 203.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 204 214 147 0.05 0 0.31 0.16 68.96 0.45 0.71
Hex CC D6 93 5 0 1F 10 45 2D 47
Octal 314 326 223 5 0 37 20 105 55 107
Binary 11001100 11010110 10010011 101 0 11111 10000 1000101 101101 1000111

Color Harmonies of #CCD693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD693

Black with #CCD693

Text Example


Text Example

White with #CCD693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD693; }

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

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

background-color css

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

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

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

border-color css

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

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

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