Html Css Color HEX #D7D17A Wild Rice

📋 copy color: '#D7D17A'

red 215 ◦ green 209 ◦ blue 122

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

Shades of Wild Rice #D7D17A

Tints of Wild Rice #D7D17A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.28%

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

R = 39.38%
G = 38.28%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7D17A (or 0xD7D17A) is known color: Wild Rice. HEX triplet: D7, D1 and 7A. RGB value is (215,209,122). Sum of RGB (Red+Green+Blue) = 215+209+122=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D17A is #282E85. Grayscale: #C9C9C9. Windows color (decimal): -2633350 or 8049111. OLE color: 8049111.

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

Color convert

RGB 215 209 122 -
CMYK 0 0.03 0.43 0.16
HSL 56.13º 0.54% 0.66% -
HSV(B) 56.13º 0.43% 0.84% -
XYZ 54.34 61.45 27.41 -
YUV 200.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 215 209 122 0 0.03 0.43 0.16 56.13 0.54 0.66
Hex D7 D1 7A 0 3 2B 10 38 36 42
Octal 327 321 172 0 3 53 20 70 66 102
Binary 11010111 11010001 1111010 0 11 101011 10000 111000 110110 1000010

Color Harmonies of #D7D17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D17A

Black with #D7D17A

Text Example


Text Example

White with #D7D17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D17A; }

 p { color: rgb(215,209,122); }

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

background-color css

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

 a { background-color: rgb(215,209,122); }

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

border-color css

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

 span { border-color: rgb(215,209,122); }

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