Html Css Color HEX #DDE682 Texas

📋 copy color: '#DDE682'

red 221 ◦ green 230 ◦ blue 130

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

Shades of Texas #DDE682

Tints of Texas #DDE682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.59%

 BLUE value IS 130 (51.17% from 255) = 22.38%

R = 38.04%
G = 39.59%
B = 22.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#DDE682 (or 0xDDE682) is known color: Texas. HEX triplet: DD, E6 and 82. RGB value is (221,230,130). Sum of RGB (Red+Green+Blue) = 221+230+130=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE682 is #22197D. Grayscale: #D8D8D8. Windows color (decimal): -2234750 or 8578781. OLE color: 8578781.

HSL color Cylindrical-coordinate representation of color #DDE682: hue angle of 65.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDE682 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 130 -
CMYK 0.04 0 0.43 0.10
HSL 65.4º 0.67% 0.71% -
HSV(B) 65.4º 0.43% 0.9% -
XYZ 62.14 73.58 32.05 -
YUV 215.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 221 230 130 0.04 0 0.43 0.10 65.4 0.67 0.71
Hex DD E6 82 4 0 2B A 41 43 47
Octal 335 346 202 4 0 53 12 101 103 107
Binary 11011101 11100110 10000010 100 0 101011 1010 1000001 1000011 1000111

Color Harmonies of #DDE682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE682

Black with #DDE682

Text Example


Text Example

White with #DDE682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE682; }

 p { color: rgb(221,230,130); }

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

background-color css

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

 a { background-color: rgb(221,230,130); }

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

border-color css

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

 span { border-color: rgb(221,230,130); }

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