Html Css Color HEX #DBE65D Mindaro

📋 copy color: '#DBE65D'

red 219 ◦ green 230 ◦ blue 93

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

Shades of Mindaro #DBE65D

Tints of Mindaro #DBE65D

RGB

 RED value IS 219 (85.94% from 255) = 40.41%

 GREEN value IS 230 (90.23% from 255) = 42.44%

 BLUE value IS 93 (36.72% from 255) = 17.16%

R = 40.41%
G = 42.44%
B = 17.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#DBE65D (or 0xDBE65D) is known color: Mindaro. HEX triplet: DB, E6 and 5D. RGB value is (219,230,93). Sum of RGB (Red+Green+Blue) = 219+230+93=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE65D is #2419A2. Grayscale: #D3D3D3. Windows color (decimal): -2365859 or 6153947. OLE color: 6153947.

HSL color Cylindrical-coordinate representation of color #DBE65D: hue angle of 64.82º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBE65D is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 93 -
CMYK 0.05 0 0.60 0.10
HSL 64.82º 0.73% 0.63% -
HSV(B) 64.82º 0.6% 0.9% -
XYZ 59.49 72.44 21.2 -
YUV 211.09 61.36 133.64 -
System Red Green Blue C M Y K H S L
Decimal 219 230 93 0.05 0 0.60 0.10 64.82 0.73 0.63
Hex DB E6 5D 5 0 3C A 41 49 3F
Octal 333 346 135 5 0 74 12 101 111 77
Binary 11011011 11100110 1011101 101 0 111100 1010 1000001 1001001 111111

Color Harmonies of #DBE65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE65D

Black with #DBE65D

Text Example


Text Example

White with #DBE65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE65D; }

 p { color: rgb(219,230,93); }

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

background-color css

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

 a { background-color: rgb(219,230,93); }

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

border-color css

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

 span { border-color: rgb(219,230,93); }

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