Html Css Color HEX #DCEB6A Mindaro

📋 copy color: '#DCEB6A'

red 220 ◦ green 235 ◦ blue 106

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

Shades of Mindaro #DCEB6A

Tints of Mindaro #DCEB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.89%

R = 39.22%
G = 41.89%
B = 18.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#DCEB6A (or 0xDCEB6A) is known color: Mindaro. HEX triplet: DC, EB and 6A. RGB value is (220,235,106). Sum of RGB (Red+Green+Blue) = 220+235+106=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB6A is #231495. Grayscale: #D8D8D8. Windows color (decimal): -2299030 or 7007196. OLE color: 7007196.

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

Color convert

RGB 220 235 106 -
CMYK 0.06 0 0.55 0.08
HSL 66.98º 0.76% 0.67% -
HSV(B) 66.98º 0.55% 0.92% -
XYZ 61.83 75.67 24.98 -
YUV 215.81 66.03 130.99 -
System Red Green Blue C M Y K H S L
Decimal 220 235 106 0.06 0 0.55 0.08 66.98 0.76 0.67
Hex DC EB 6A 6 0 37 8 43 4C 43
Octal 334 353 152 6 0 67 10 103 114 103
Binary 11011100 11101011 1101010 110 0 110111 1000 1000011 1001100 1000011

Color Harmonies of #DCEB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB6A

Black with #DCEB6A

Text Example


Text Example

White with #DCEB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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