Html Css Color HEX #DDD57F Wild Rice

📋 copy color: '#DDD57F'

red 221 ◦ green 213 ◦ blue 127

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

Shades of Wild Rice #DDD57F

Tints of Wild Rice #DDD57F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.97%

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

R = 39.39%
G = 37.97%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDD57F (or 0xDDD57F) is known color: Wild Rice. HEX triplet: DD, D5 and 7F. RGB value is (221,213,127). Sum of RGB (Red+Green+Blue) = 221+213+127=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD57F is #222A80. Grayscale: #CDCDCD. Windows color (decimal): -2239105 or 8377821. OLE color: 8377821.

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

Color convert

RGB 221 213 127 -
CMYK 0 0.04 0.43 0.13
HSL 54.89º 0.58% 0.68% -
HSV(B) 54.89º 0.43% 0.87% -
XYZ 57.44 64.49 29.5 -
YUV 205.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 221 213 127 0 0.04 0.43 0.13 54.89 0.58 0.68
Hex DD D5 7F 0 4 2B D 37 3A 44
Octal 335 325 177 0 4 53 15 67 72 104
Binary 11011101 11010101 1111111 0 100 101011 1101 110111 111010 1000100

Color Harmonies of #DDD57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD57F

Black with #DDD57F

Text Example


Text Example

White with #DDD57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD57F; }

 p { color: rgb(221,213,127); }

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

background-color css

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

 a { background-color: rgb(221,213,127); }

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

border-color css

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

 span { border-color: rgb(221,213,127); }

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