Html Css Color HEX #DCED6A Mindaro

📋 copy color: '#DCED6A'

red 220 ◦ green 237 ◦ blue 106

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

Shades of Mindaro #DCED6A

Tints of Mindaro #DCED6A

RGB

 RED value IS 220 (86.33% from 255) = 39.08%

 GREEN value IS 237 (92.97% from 255) = 42.1%

 BLUE value IS 106 (41.8% from 255) = 18.83%

R = 39.08%
G = 42.1%
B = 18.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#DCED6A (or 0xDCED6A) is known color: Mindaro. HEX triplet: DC, ED and 6A. RGB value is (220,237,106). Sum of RGB (Red+Green+Blue) = 220+237+106=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED6A is #231295. Grayscale: #D9D9D9. Windows color (decimal): -2298518 or 7007708. OLE color: 7007708.

HSL color Cylindrical-coordinate representation of color #DCED6A: hue angle of 67.79º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCED6A is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 106 -
CMYK 0.07 0 0.55 0.07
HSL 67.79º 0.78% 0.67% -
HSV(B) 67.79º 0.55% 0.93% -
XYZ 62.4 76.82 25.18 -
YUV 216.98 65.37 130.15 -
System Red Green Blue C M Y K H S L
Decimal 220 237 106 0.07 0 0.55 0.07 67.79 0.78 0.67
Hex DC ED 6A 7 0 37 7 44 4E 43
Octal 334 355 152 7 0 67 7 104 116 103
Binary 11011100 11101101 1101010 111 0 110111 111 1000100 1001110 1000011

Color Harmonies of #DCED6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED6A

Black with #DCED6A

Text Example


Text Example

White with #DCED6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED6A; }

 p { color: rgb(220,237,106); }

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

background-color css

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

 a { background-color: rgb(220,237,106); }

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

border-color css

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

 span { border-color: rgb(220,237,106); }

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