Html Css Color HEX #CCD37F Deco

📋 copy color: '#CCD37F'

red 204 ◦ green 211 ◦ blue 127

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

Shades of Deco #CCD37F

Tints of Deco #CCD37F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.93%

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

R = 37.64%
G = 38.93%
B = 23.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#CCD37F (or 0xCCD37F) is known color: Deco. HEX triplet: CC, D3 and 7F. RGB value is (204,211,127). Sum of RGB (Red+Green+Blue) = 204+211+127=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD37F is #332C80. Grayscale: #C7C7C7. Windows color (decimal): -3353729 or 8377292. OLE color: 8377292.

HSL color Cylindrical-coordinate representation of color #CCD37F: hue angle of 65º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD37F is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 127 -
CMYK 0.03 0 0.40 0.17
HSL 65º 0.49% 0.66% -
HSV(B) 65º 0.4% 0.83% -
XYZ 52.03 60.96 29.1 -
YUV 199.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 204 211 127 0.03 0 0.40 0.17 65 0.49 0.66
Hex CC D3 7F 3 0 28 11 41 31 42
Octal 314 323 177 3 0 50 21 101 61 102
Binary 11001100 11010011 1111111 11 0 101000 10001 1000001 110001 1000010

Color Harmonies of #CCD37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD37F

Black with #CCD37F

Text Example


Text Example

White with #CCD37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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