Html Css Color HEX #DFDE7F Texas

📋 copy color: '#DFDE7F'

red 223 ◦ green 222 ◦ blue 127

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

Shades of Texas #DFDE7F

Tints of Texas #DFDE7F

RGB

 RED value IS 223 (87.5% from 255) = 38.99%

 GREEN value IS 222 (87.11% from 255) = 38.81%

 BLUE value IS 127 (50% from 255) = 22.2%

R = 38.99%
G = 38.81%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFDE7F (or 0xDFDE7F) is known color: Texas. HEX triplet: DF, DE and 7F. RGB value is (223,222,127). Sum of RGB (Red+Green+Blue) = 223+222+127=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE7F is #202180. Grayscale: #D3D3D3. Windows color (decimal): -2105729 or 8380127. OLE color: 8380127.

HSL color Cylindrical-coordinate representation of color #DFDE7F: hue angle of 59.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFDE7F is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 222 127 -
CMYK 0 0.00 0.43 0.13
HSL 59.38º 0.6% 0.69% -
HSV(B) 59.38º 0.43% 0.87% -
XYZ 60.38 69.46 30.3 -
YUV 211.47 80.33 136.22 -
System Red Green Blue C M Y K H S L
Decimal 223 222 127 0 0.00 0.43 0.13 59.38 0.6 0.69
Hex DF DE 7F 0 0 2B D 3B 3C 45
Octal 337 336 177 0 0 53 15 73 74 105
Binary 11011111 11011110 1111111 0 0 101011 1101 111011 111100 1000101

Color Harmonies of #DFDE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE7F

Black with #DFDE7F

Text Example


Text Example

White with #DFDE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE7F; }

 p { color: rgb(223,222,127); }

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

background-color css

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

 a { background-color: rgb(223,222,127); }

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

border-color css

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

 span { border-color: rgb(223,222,127); }

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