Html Css Color HEX #D7D079 Wild Rice

📋 copy color: '#D7D079'

red 215 ◦ green 208 ◦ blue 121

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

Shades of Wild Rice #D7D079

Tints of Wild Rice #D7D079

RGB

 RED value IS 215 (84.38% from 255) = 39.52%

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

 BLUE value IS 121 (47.66% from 255) = 22.24%

R = 39.52%
G = 38.24%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D7D079 (or 0xD7D079) is known color: Wild Rice. HEX triplet: D7, D0 and 79. RGB value is (215,208,121). Sum of RGB (Red+Green+Blue) = 215+208+121=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 121 (47.66% from 255 or 22.24% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D079 is #282F86. Grayscale: #C8C8C8. Windows color (decimal): -2633607 or 7983319. OLE color: 7983319.

HSL color Cylindrical-coordinate representation of color #D7D079: hue angle of 55.53º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7D079 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 208 121 -
CMYK 0 0.03 0.44 0.16
HSL 55.53º 0.54% 0.66% -
HSV(B) 55.53º 0.44% 0.84% -
XYZ 54.03 60.94 27 -
YUV 200.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 215 208 121 0 0.03 0.44 0.16 55.53 0.54 0.66
Hex D7 D0 79 0 3 2C 10 38 36 42
Octal 327 320 171 0 3 54 20 70 66 102
Binary 11010111 11010000 1111001 0 11 101100 10000 111000 110110 1000010

Color Harmonies of #D7D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D079

Black with #D7D079

Text Example


Text Example

White with #D7D079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D079; }

 p { color: rgb(215,208,121); }

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

background-color css

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

 a { background-color: rgb(215,208,121); }

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

border-color css

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

 span { border-color: rgb(215,208,121); }

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