Html Css Color HEX #DCEB7D Mindaro

📋 copy color: '#DCEB7D'

red 220 ◦ green 235 ◦ blue 125

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

Shades of Mindaro #DCEB7D

Tints of Mindaro #DCEB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.52%

 BLUE value IS 125 (49.22% from 255) = 21.55%

R = 37.93%
G = 40.52%
B = 21.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#DCEB7D (or 0xDCEB7D) is known color: Mindaro. HEX triplet: DC, EB and 7D. RGB value is (220,235,125). Sum of RGB (Red+Green+Blue) = 220+235+125=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB7D is #231482. Grayscale: #DADADA. Windows color (decimal): -2299011 or 8252380. OLE color: 8252380.

HSL color Cylindrical-coordinate representation of color #DCEB7D: hue angle of 68.18º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCEB7D is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 125 -
CMYK 0.06 0 0.47 0.08
HSL 68.18º 0.73% 0.71% -
HSV(B) 68.18º 0.47% 0.92% -
XYZ 62.93 76.11 30.78 -
YUV 217.98 75.53 129.44 -
System Red Green Blue C M Y K H S L
Decimal 220 235 125 0.06 0 0.47 0.08 68.18 0.73 0.71
Hex DC EB 7D 6 0 2F 8 44 49 47
Octal 334 353 175 6 0 57 10 104 111 107
Binary 11011100 11101011 1111101 110 0 101111 1000 1000100 1001001 1000111

Color Harmonies of #DCEB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB7D

Black with #DCEB7D

Text Example


Text Example

White with #DCEB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB7D; }

 p { color: rgb(220,235,125); }

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

background-color css

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

 a { background-color: rgb(220,235,125); }

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

border-color css

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

 span { border-color: rgb(220,235,125); }

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