Html Css Color HEX #CCD678 Deco

📋 copy color: '#CCD678'

red 204 ◦ green 214 ◦ blue 120

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

Shades of Deco #CCD678

Tints of Deco #CCD678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.3%

R = 37.92%
G = 39.78%
B = 22.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#CCD678 (or 0xCCD678) is known color: Deco. HEX triplet: CC, D6 and 78. RGB value is (204,214,120). Sum of RGB (Red+Green+Blue) = 204+214+120=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD678 is #332987. Grayscale: #C8C8C8. Windows color (decimal): -3352968 or 7919308. OLE color: 7919308.

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

Color convert

RGB 204 214 120 -
CMYK 0.05 0 0.44 0.16
HSL 66.38º 0.53% 0.65% -
HSV(B) 66.38º 0.44% 0.84% -
XYZ 52.34 62.29 27.03 -
YUV 200.29 82.69 130.64 -
System Red Green Blue C M Y K H S L
Decimal 204 214 120 0.05 0 0.44 0.16 66.38 0.53 0.65
Hex CC D6 78 5 0 2C 10 42 35 41
Octal 314 326 170 5 0 54 20 102 65 101
Binary 11001100 11010110 1111000 101 0 101100 10000 1000010 110101 1000001

Color Harmonies of #CCD678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD678

Black with #CCD678

Text Example


Text Example

White with #CCD678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD678; }

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

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

background-color css

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

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

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

border-color css

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

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

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