Html Css Color HEX #DCE769 Mindaro

📋 copy color: '#DCE769'

red 220 ◦ green 231 ◦ blue 105

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

Shades of Mindaro #DCE769

Tints of Mindaro #DCE769

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.55%

 BLUE value IS 105 (41.41% from 255) = 18.88%

R = 39.57%
G = 41.55%
B = 18.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#DCE769 (or 0xDCE769) is known color: Mindaro. HEX triplet: DC, E7 and 69. RGB value is (220,231,105). Sum of RGB (Red+Green+Blue) = 220+231+105=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE769 is #231896. Grayscale: #D5D5D5. Windows color (decimal): -2300055 or 6940636. OLE color: 6940636.

HSL color Cylindrical-coordinate representation of color #DCE769: hue angle of 65.24º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE769 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 105 -
CMYK 0.05 0 0.55 0.09
HSL 65.24º 0.72% 0.66% -
HSV(B) 65.24º 0.55% 0.91% -
XYZ 60.64 73.39 24.33 -
YUV 213.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 220 231 105 0.05 0 0.55 0.09 65.24 0.72 0.66
Hex DC E7 69 5 0 37 9 41 48 42
Octal 334 347 151 5 0 67 11 101 110 102
Binary 11011100 11100111 1101001 101 0 110111 1001 1000001 1001000 1000010

Color Harmonies of #DCE769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE769

Black with #DCE769

Text Example


Text Example

White with #DCE769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE769; }

 p { color: rgb(220,231,105); }

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

background-color css

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

 a { background-color: rgb(220,231,105); }

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

border-color css

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

 span { border-color: rgb(220,231,105); }

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