Html Css Color HEX #CCD57F Deco

📋 copy color: '#CCD57F'

red 204 ◦ green 213 ◦ blue 127

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

Shades of Deco #CCD57F

Tints of Deco #CCD57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.35%

R = 37.5%
G = 39.15%
B = 23.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#CCD57F (or 0xCCD57F) is known color: Deco. HEX triplet: CC, D5 and 7F. RGB value is (204,213,127). Sum of RGB (Red+Green+Blue) = 204+213+127=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD57F is #332A80. Grayscale: #C8C8C8. Windows color (decimal): -3353217 or 8377804. OLE color: 8377804.

HSL color Cylindrical-coordinate representation of color #CCD57F: hue angle of 66.28º 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 #CCD57F is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 127 -
CMYK 0.04 0 0.40 0.16
HSL 66.28º 0.51% 0.67% -
HSV(B) 66.28º 0.4% 0.84% -
XYZ 52.53 61.96 29.27 -
YUV 200.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 204 213 127 0.04 0 0.40 0.16 66.28 0.51 0.67
Hex CC D5 7F 4 0 28 10 42 33 43
Octal 314 325 177 4 0 50 20 102 63 103
Binary 11001100 11010101 1111111 100 0 101000 10000 1000010 110011 1000011

Color Harmonies of #CCD57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD57F

Black with #CCD57F

Text Example


Text Example

White with #CCD57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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