Html Css Color HEX #D0E05C Mindaro

📋 copy color: '#D0E05C'

red 208 ◦ green 224 ◦ blue 92

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

Shades of Mindaro #D0E05C

Tints of Mindaro #D0E05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.56%

R = 39.69%
G = 42.75%
B = 17.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#D0E05C (or 0xD0E05C) is known color: Mindaro. HEX triplet: D0, E0 and 5C. RGB value is (208,224,92). Sum of RGB (Red+Green+Blue) = 208+224+92=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E05C is #2F1FA3. Grayscale: #CCCCCC. Windows color (decimal): -3088292 or 6086864. OLE color: 6086864.

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

Color convert

RGB 208 224 92 -
CMYK 0.07 0 0.59 0.12
HSL 67.27º 0.68% 0.62% -
HSV(B) 67.27º 0.59% 0.88% -
XYZ 54.6 67.49 20.28 -
YUV 204.17 64.7 130.73 -
System Red Green Blue C M Y K H S L
Decimal 208 224 92 0.07 0 0.59 0.12 67.27 0.68 0.62
Hex D0 E0 5C 7 0 3B C 43 44 3E
Octal 320 340 134 7 0 73 14 103 104 76
Binary 11010000 11100000 1011100 111 0 111011 1100 1000011 1000100 111110

Color Harmonies of #D0E05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E05C

Black with #D0E05C

Text Example


Text Example

White with #D0E05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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