Html Css Color HEX #DDD075 Wild Rice

📋 copy color: '#DDD075'

red 221 ◦ green 208 ◦ blue 117

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

Shades of Wild Rice #DDD075

Tints of Wild Rice #DDD075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.1%

 BLUE value IS 117 (46.09% from 255) = 21.43%

R = 40.48%
G = 38.1%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDD075 (or 0xDDD075) is known color: Wild Rice. HEX triplet: DD, D0 and 75. RGB value is (221,208,117). Sum of RGB (Red+Green+Blue) = 221+208+117=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD075 is #222F8A. Grayscale: #C9C9C9. Windows color (decimal): -2240395 or 7721181. OLE color: 7721181.

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

Color convert

RGB 221 208 117 -
CMYK 0 0.06 0.47 0.13
HSL 52.5º 0.6% 0.66% -
HSV(B) 52.5º 0.47% 0.87% -
XYZ 55.59 61.77 25.82 -
YUV 201.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 221 208 117 0 0.06 0.47 0.13 52.5 0.6 0.66
Hex DD D0 75 0 6 2F D 34 3C 42
Octal 335 320 165 0 6 57 15 64 74 102
Binary 11011101 11010000 1110101 0 110 101111 1101 110100 111100 1000010

Color Harmonies of #DDD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD075

Black with #DDD075

Text Example


Text Example

White with #DDD075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD075; }

 p { color: rgb(221,208,117); }

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

background-color css

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

 a { background-color: rgb(221,208,117); }

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

border-color css

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

 span { border-color: rgb(221,208,117); }

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