Html Css Color HEX #DCE765 Mindaro

📋 copy color: '#DCE765'

red 220 ◦ green 231 ◦ blue 101

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

Shades of Mindaro #DCE765

Tints of Mindaro #DCE765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.3%

R = 39.86%
G = 41.85%
B = 18.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#DCE765 (or 0xDCE765) is known color: Mindaro. HEX triplet: DC, E7 and 65. RGB value is (220,231,101). Sum of RGB (Red+Green+Blue) = 220+231+101=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE765 is #23189A. Grayscale: #D5D5D5. Windows color (decimal): -2300059 or 6678492. OLE color: 6678492.

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

Color convert

RGB 220 231 101 -
CMYK 0.05 0 0.56 0.09
HSL 65.08º 0.73% 0.65% -
HSV(B) 65.08º 0.56% 0.91% -
XYZ 60.44 73.31 23.28 -
YUV 212.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 220 231 101 0.05 0 0.56 0.09 65.08 0.73 0.65
Hex DC E7 65 5 0 38 9 41 49 41
Octal 334 347 145 5 0 70 11 101 111 101
Binary 11011100 11100111 1100101 101 0 111000 1001 1000001 1001001 1000001

Color Harmonies of #DCE765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE765

Black with #DCE765

Text Example


Text Example

White with #DCE765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE765; }

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

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

background-color css

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

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

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

border-color css

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

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

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