Html Css Color HEX #D9D072 Wild Rice

📋 copy color: '#D9D072'

red 217 ◦ green 208 ◦ blue 114

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

Shades of Wild Rice #D9D072

Tints of Wild Rice #D9D072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.15%

R = 40.26%
G = 38.59%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9D072 (or 0xD9D072) is known color: Wild Rice. HEX triplet: D9, D0 and 72. RGB value is (217,208,114). Sum of RGB (Red+Green+Blue) = 217+208+114=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D072 is #262F8D. Grayscale: #C8C8C8. Windows color (decimal): -2502542 or 7524569. OLE color: 7524569.

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

Color convert

RGB 217 208 114 -
CMYK 0 0.04 0.47 0.15
HSL 54.76º 0.58% 0.65% -
HSV(B) 54.76º 0.47% 0.85% -
XYZ 54.21 61.08 24.85 -
YUV 199.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 217 208 114 0 0.04 0.47 0.15 54.76 0.58 0.65
Hex D9 D0 72 0 4 2F F 37 3A 41
Octal 331 320 162 0 4 57 17 67 72 101
Binary 11011001 11010000 1110010 0 100 101111 1111 110111 111010 1000001

Color Harmonies of #D9D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D072

Black with #D9D072

Text Example


Text Example

White with #D9D072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D072; }

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

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

background-color css

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

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

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

border-color css

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

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

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