Html Css Color HEX #D6D079 Wild Rice

📋 copy color: '#D6D079'

red 214 ◦ green 208 ◦ blue 121

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

Shades of Wild Rice #D6D079

Tints of Wild Rice #D6D079

RGB

 RED value IS 214 (83.98% from 255) = 39.41%

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

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

R = 39.41%
G = 38.31%
B = 22.28%

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

#D6D079 (or 0xD6D079) is known color: Wild Rice. HEX triplet: D6, D0 and 79. RGB value is (214,208,121). Sum of RGB (Red+Green+Blue) = 214+208+121=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D079 is #292F86. Grayscale: #C8C8C8. Windows color (decimal): -2699143 or 7983318. OLE color: 7983318.

HSL color Cylindrical-coordinate representation of color #D6D079: hue angle of 56.13º degrees, saturation: 0.53, 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 #D6D079 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 121 -
CMYK 0 0.03 0.43 0.16
HSL 56.13º 0.53% 0.66% -
HSV(B) 56.13º 0.43% 0.84% -
XYZ 53.74 60.79 26.99 -
YUV 199.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 214 208 121 0 0.03 0.43 0.16 56.13 0.53 0.66
Hex D6 D0 79 0 3 2B 10 38 35 42
Octal 326 320 171 0 3 53 20 70 65 102
Binary 11010110 11010000 1111001 0 11 101011 10000 111000 110101 1000010

Color Harmonies of #D6D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D079

Black with #D6D079

Text Example


Text Example

White with #D6D079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D079; }

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

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

background-color css

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

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

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

border-color css

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

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

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