Html Css Color HEX #DBED5C Mindaro

📋 copy color: '#DBED5C'

red 219 ◦ green 237 ◦ blue 92

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

Shades of Mindaro #DBED5C

Tints of Mindaro #DBED5C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.25%

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

R = 39.96%
G = 43.25%
B = 16.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#DBED5C (or 0xDBED5C) is known color: Mindaro. HEX triplet: DB, ED and 5C. RGB value is (219,237,92). Sum of RGB (Red+Green+Blue) = 219+237+92=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED5C is #2412A3. Grayscale: #D7D7D7. Windows color (decimal): -2364068 or 6090203. OLE color: 6090203.

HSL color Cylindrical-coordinate representation of color #DBED5C: hue angle of 67.45º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBED5C is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 237 92 -
CMYK 0.08 0 0.61 0.07
HSL 67.45º 0.8% 0.65% -
HSV(B) 67.45º 0.61% 0.93% -
XYZ 61.43 76.4 21.63 -
YUV 215.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 219 237 92 0.08 0 0.61 0.07 67.45 0.8 0.65
Hex DB ED 5C 8 0 3D 7 43 50 41
Octal 333 355 134 10 0 75 7 103 120 101
Binary 11011011 11101101 1011100 1000 0 111101 111 1000011 1010000 1000001

Color Harmonies of #DBED5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED5C

Black with #DBED5C

Text Example


Text Example

White with #DBED5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED5C; }

 p { color: rgb(219,237,92); }

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

background-color css

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

 a { background-color: rgb(219,237,92); }

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

border-color css

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

 span { border-color: rgb(219,237,92); }

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