Html Css Color HEX #D0E06C Mindaro

📋 copy color: '#D0E06C'

red 208 ◦ green 224 ◦ blue 108

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

Shades of Mindaro #D0E06C

Tints of Mindaro #D0E06C

RGB

 RED value IS 208 (81.64% from 255) = 38.52%

 GREEN value IS 224 (87.89% from 255) = 41.48%

 BLUE value IS 108 (42.58% from 255) = 20%

R = 38.52%
G = 41.48%
B = 20%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#D0E06C (or 0xD0E06C) is known color: Mindaro. HEX triplet: D0, E0 and 6C. RGB value is (208,224,108). Sum of RGB (Red+Green+Blue) = 208+224+108=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E06C is #2F1F93. Grayscale: #CECECE. Windows color (decimal): -3088276 or 7135440. OLE color: 7135440.

HSL color Cylindrical-coordinate representation of color #D0E06C: hue angle of 68.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0E06C is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 108 -
CMYK 0.07 0 0.52 0.12
HSL 68.28º 0.65% 0.65% -
HSV(B) 68.28º 0.52% 0.88% -
XYZ 55.37 67.8 24.36 -
YUV 205.99 72.7 129.43 -
System Red Green Blue C M Y K H S L
Decimal 208 224 108 0.07 0 0.52 0.12 68.28 0.65 0.65
Hex D0 E0 6C 7 0 34 C 44 41 41
Octal 320 340 154 7 0 64 14 104 101 101
Binary 11010000 11100000 1101100 111 0 110100 1100 1000100 1000001 1000001

Color Harmonies of #D0E06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E06C

Black with #D0E06C

Text Example


Text Example

White with #D0E06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E06C; }

 p { color: rgb(208,224,108); }

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

background-color css

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

 a { background-color: rgb(208,224,108); }

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

border-color css

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

 span { border-color: rgb(208,224,108); }

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