Html Css Color HEX #CCD57C Deco

📋 copy color: '#CCD57C'

red 204 ◦ green 213 ◦ blue 124

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

Shades of Deco #CCD57C

Tints of Deco #CCD57C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.37%

 BLUE value IS 124 (48.83% from 255) = 22.92%

R = 37.71%
G = 39.37%
B = 22.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#CCD57C (or 0xCCD57C) is known color: Deco. HEX triplet: CC, D5 and 7C. RGB value is (204,213,124). Sum of RGB (Red+Green+Blue) = 204+213+124=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD57C is #332A83. Grayscale: #C8C8C8. Windows color (decimal): -3353220 or 8181196. OLE color: 8181196.

HSL color Cylindrical-coordinate representation of color #CCD57C: hue angle of 66.07º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCD57C is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 124 -
CMYK 0.04 0 0.42 0.16
HSL 66.07º 0.51% 0.66% -
HSV(B) 66.07º 0.42% 0.84% -
XYZ 52.33 61.88 28.25 -
YUV 200.16 85.02 130.74 -
System Red Green Blue C M Y K H S L
Decimal 204 213 124 0.04 0 0.42 0.16 66.07 0.51 0.66
Hex CC D5 7C 4 0 2A 10 42 33 42
Octal 314 325 174 4 0 52 20 102 63 102
Binary 11001100 11010101 1111100 100 0 101010 10000 1000010 110011 1000010

Color Harmonies of #CCD57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD57C

Black with #CCD57C

Text Example


Text Example

White with #CCD57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD57C; }

 p { color: rgb(204,213,124); }

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

background-color css

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

 a { background-color: rgb(204,213,124); }

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

border-color css

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

 span { border-color: rgb(204,213,124); }

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