Html Css Color HEX #DEED6A Mindaro

📋 copy color: '#DEED6A'

red 222 ◦ green 237 ◦ blue 106

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

Shades of Mindaro #DEED6A

Tints of Mindaro #DEED6A

RGB

 RED value IS 222 (87.11% from 255) = 39.29%

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

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

R = 39.29%
G = 41.95%
B = 18.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#DEED6A (or 0xDEED6A) is known color: Mindaro. HEX triplet: DE, ED and 6A. RGB value is (222,237,106). Sum of RGB (Red+Green+Blue) = 222+237+106=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEED6A is #211295. Grayscale: #DADADA. Windows color (decimal): -2167446 or 7007710. OLE color: 7007710.

HSL color Cylindrical-coordinate representation of color #DEED6A: hue angle of 66.87º 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 #DEED6A is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 237 106 -
CMYK 0.06 0 0.55 0.07
HSL 66.87º 0.78% 0.67% -
HSV(B) 66.87º 0.55% 0.93% -
XYZ 63.01 77.14 25.2 -
YUV 217.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 222 237 106 0.06 0 0.55 0.07 66.87 0.78 0.67
Hex DE ED 6A 6 0 37 7 43 4E 43
Octal 336 355 152 6 0 67 7 103 116 103
Binary 11011110 11101101 1101010 110 0 110111 111 1000011 1001110 1000011

Color Harmonies of #DEED6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEED6A

Black with #DEED6A

Text Example


Text Example

White with #DEED6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEED6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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