Html Css Color HEX #D9D07A Wild Rice

📋 copy color: '#D9D07A'

red 217 ◦ green 208 ◦ blue 122

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

Shades of Wild Rice #D9D07A

Tints of Wild Rice #D9D07A

RGB

 RED value IS 217 (85.16% from 255) = 39.67%

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

 BLUE value IS 122 (48.05% from 255) = 22.3%

R = 39.67%
G = 38.03%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9D07A (or 0xD9D07A) is known color: Wild Rice. HEX triplet: D9, D0 and 7A. RGB value is (217,208,122). Sum of RGB (Red+Green+Blue) = 217+208+122=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D07A is #262F85. Grayscale: #C9C9C9. Windows color (decimal): -2502534 or 8048857. OLE color: 8048857.

HSL color Cylindrical-coordinate representation of color #D9D07A: hue angle of 54.32º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9D07A is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 208 122 -
CMYK 0 0.04 0.44 0.15
HSL 54.32º 0.56% 0.66% -
HSV(B) 54.32º 0.44% 0.85% -
XYZ 54.68 61.27 27.36 -
YUV 200.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 217 208 122 0 0.04 0.44 0.15 54.32 0.56 0.66
Hex D9 D0 7A 0 4 2C F 36 38 42
Octal 331 320 172 0 4 54 17 66 70 102
Binary 11011001 11010000 1111010 0 100 101100 1111 110110 111000 1000010

Color Harmonies of #D9D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D07A

Black with #D9D07A

Text Example


Text Example

White with #D9D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D07A; }

 p { color: rgb(217,208,122); }

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

background-color css

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

 a { background-color: rgb(217,208,122); }

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

border-color css

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

 span { border-color: rgb(217,208,122); }

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