Html Css Color HEX #DDEA67 Mindaro

📋 copy color: '#DDEA67'

red 221 ◦ green 234 ◦ blue 103

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

Shades of Mindaro #DDEA67

Tints of Mindaro #DDEA67

RGB

 RED value IS 221 (86.72% from 255) = 39.61%

 GREEN value IS 234 (91.8% from 255) = 41.94%

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

R = 39.61%
G = 41.94%
B = 18.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#DDEA67 (or 0xDDEA67) is known color: Mindaro. HEX triplet: DD, EA and 67. RGB value is (221,234,103). Sum of RGB (Red+Green+Blue) = 221+234+103=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA67 is #221598. Grayscale: #D7D7D7. Windows color (decimal): -2233753 or 6810333. OLE color: 6810333.

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

Color convert

RGB 221 234 103 -
CMYK 0.06 0 0.56 0.08
HSL 65.95º 0.76% 0.66% -
HSV(B) 65.95º 0.56% 0.92% -
XYZ 61.69 75.2 24.1 -
YUV 215.18 64.69 132.15 -
System Red Green Blue C M Y K H S L
Decimal 221 234 103 0.06 0 0.56 0.08 65.95 0.76 0.66
Hex DD EA 67 6 0 38 8 42 4C 42
Octal 335 352 147 6 0 70 10 102 114 102
Binary 11011101 11101010 1100111 110 0 111000 1000 1000010 1001100 1000010

Color Harmonies of #DDEA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA67

Black with #DDEA67

Text Example


Text Example

White with #DDEA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA67; }

 p { color: rgb(221,234,103); }

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

background-color css

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

 a { background-color: rgb(221,234,103); }

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

border-color css

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

 span { border-color: rgb(221,234,103); }

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