Html Css Color HEX #DCE762 Mindaro

📋 copy color: '#DCE762'

red 220 ◦ green 231 ◦ blue 98

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

Shades of Mindaro #DCE762

Tints of Mindaro #DCE762

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.08%

 BLUE value IS 98 (38.67% from 255) = 17.85%

R = 40.07%
G = 42.08%
B = 17.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#DCE762 (or 0xDCE762) is known color: Mindaro. HEX triplet: DC, E7 and 62. RGB value is (220,231,98). Sum of RGB (Red+Green+Blue) = 220+231+98=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE762 is #23189D. Grayscale: #D5D5D5. Windows color (decimal): -2300062 or 6481884. OLE color: 6481884.

HSL color Cylindrical-coordinate representation of color #DCE762: hue angle of 64.96º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCE762 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 98 -
CMYK 0.05 0 0.58 0.09
HSL 64.96º 0.73% 0.65% -
HSV(B) 64.96º 0.58% 0.91% -
XYZ 60.3 73.25 22.52 -
YUV 212.55 63.36 133.31 -
System Red Green Blue C M Y K H S L
Decimal 220 231 98 0.05 0 0.58 0.09 64.96 0.73 0.65
Hex DC E7 62 5 0 3A 9 41 49 41
Octal 334 347 142 5 0 72 11 101 111 101
Binary 11011100 11100111 1100010 101 0 111010 1001 1000001 1001001 1000001

Color Harmonies of #DCE762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE762

Black with #DCE762

Text Example


Text Example

White with #DCE762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE762; }

 p { color: rgb(220,231,98); }

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

background-color css

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

 a { background-color: rgb(220,231,98); }

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

border-color css

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

 span { border-color: rgb(220,231,98); }

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