Html Css Color HEX #DBED67 Mindaro

📋 copy color: '#DBED67'

red 219 ◦ green 237 ◦ blue 103

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

Shades of Mindaro #DBED67

Tints of Mindaro #DBED67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.43%

R = 39.18%
G = 42.4%
B = 18.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#DBED67 (or 0xDBED67) is known color: Mindaro. HEX triplet: DB, ED and 67. RGB value is (219,237,103). Sum of RGB (Red+Green+Blue) = 219+237+103=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 103 (40.62% from 255 or 18.43% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED67 is #241298. Grayscale: #D8D8D8. Windows color (decimal): -2364057 or 6811099. OLE color: 6811099.

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

Color convert

RGB 219 237 103 -
CMYK 0.08 0 0.57 0.07
HSL 68.06º 0.79% 0.67% -
HSV(B) 68.06º 0.57% 0.93% -
XYZ 61.95 76.61 24.35 -
YUV 216.34 64.04 129.9 -
System Red Green Blue C M Y K H S L
Decimal 219 237 103 0.08 0 0.57 0.07 68.06 0.79 0.67
Hex DB ED 67 8 0 39 7 44 4F 43
Octal 333 355 147 10 0 71 7 104 117 103
Binary 11011011 11101101 1100111 1000 0 111001 111 1000100 1001111 1000011

Color Harmonies of #DBED67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED67

Black with #DBED67

Text Example


Text Example

White with #DBED67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED67; }

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

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

background-color css

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

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

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

border-color css

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

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

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