Html Css Color HEX #CCD680 Deco

📋 copy color: '#CCD680'

red 204 ◦ green 214 ◦ blue 128

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

Shades of Deco #CCD680

Tints of Deco #CCD680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.44%

R = 37.36%
G = 39.19%
B = 23.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#CCD680 (or 0xCCD680) is known color: Deco. HEX triplet: CC, D6 and 80. RGB value is (204,214,128). Sum of RGB (Red+Green+Blue) = 204+214+128=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD680 is #33297F. Grayscale: #C9C9C9. Windows color (decimal): -3352960 or 8443596. OLE color: 8443596.

HSL color Cylindrical-coordinate representation of color #CCD680: hue angle of 66.98º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD680 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 128 -
CMYK 0.05 0 0.40 0.16
HSL 66.98º 0.51% 0.67% -
HSV(B) 66.98º 0.4% 0.84% -
XYZ 52.84 62.49 29.7 -
YUV 201.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 204 214 128 0.05 0 0.40 0.16 66.98 0.51 0.67
Hex CC D6 80 5 0 28 10 43 33 43
Octal 314 326 200 5 0 50 20 103 63 103
Binary 11001100 11010110 10000000 101 0 101000 10000 1000011 110011 1000011

Color Harmonies of #CCD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD680

Black with #CCD680

Text Example


Text Example

White with #CCD680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD680; }

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

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

background-color css

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

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

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

border-color css

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

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

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