Html Css Color HEX #CCD57A Deco

📋 copy color: '#CCD57A'

red 204 ◦ green 213 ◦ blue 122

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

Shades of Deco #CCD57A

Tints of Deco #CCD57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.63%

R = 37.85%
G = 39.52%
B = 22.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#CCD57A (or 0xCCD57A) is known color: Deco. HEX triplet: CC, D5 and 7A. RGB value is (204,213,122). Sum of RGB (Red+Green+Blue) = 204+213+122=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD57A is #332A85. Grayscale: #C8C8C8. Windows color (decimal): -3353222 or 8050124. OLE color: 8050124.

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

Color convert

RGB 204 213 122 -
CMYK 0.04 0 0.43 0.16
HSL 65.93º 0.52% 0.66% -
HSV(B) 65.93º 0.43% 0.84% -
XYZ 52.21 61.83 27.6 -
YUV 199.94 84.02 130.9 -
System Red Green Blue C M Y K H S L
Decimal 204 213 122 0.04 0 0.43 0.16 65.93 0.52 0.66
Hex CC D5 7A 4 0 2B 10 42 34 42
Octal 314 325 172 4 0 53 20 102 64 102
Binary 11001100 11010101 1111010 100 0 101011 10000 1000010 110100 1000010

Color Harmonies of #CCD57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD57A

Black with #CCD57A

Text Example


Text Example

White with #CCD57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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