Html Css Color HEX #CCD683 Deco

📋 copy color: '#CCD683'

red 204 ◦ green 214 ◦ blue 131

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

Shades of Deco #CCD683

Tints of Deco #CCD683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.86%

R = 37.16%
G = 38.98%
B = 23.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#CCD683 (or 0xCCD683) is known color: Deco. HEX triplet: CC, D6 and 83. RGB value is (204,214,131). Sum of RGB (Red+Green+Blue) = 204+214+131=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD683 is #33297C. Grayscale: #C9C9C9. Windows color (decimal): -3352957 or 8640204. OLE color: 8640204.

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

Color convert

RGB 204 214 131 -
CMYK 0.05 0 0.39 0.16
HSL 67.23º 0.5% 0.68% -
HSV(B) 67.23º 0.39% 0.84% -
XYZ 53.05 62.57 30.75 -
YUV 201.55 88.19 129.75 -
System Red Green Blue C M Y K H S L
Decimal 204 214 131 0.05 0 0.39 0.16 67.23 0.5 0.68
Hex CC D6 83 5 0 27 10 43 32 44
Octal 314 326 203 5 0 47 20 103 62 104
Binary 11001100 11010110 10000011 101 0 100111 10000 1000011 110010 1000100

Color Harmonies of #CCD683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD683

Black with #CCD683

Text Example


Text Example

White with #CCD683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD683; }

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

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

background-color css

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

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

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

border-color css

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

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

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