Html Css Color HEX #D7D076 Wild Rice

📋 copy color: '#D7D076'

red 215 ◦ green 208 ◦ blue 118

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

Shades of Wild Rice #D7D076

Tints of Wild Rice #D7D076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.81%

R = 39.74%
G = 38.45%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D7D076 (or 0xD7D076) is known color: Wild Rice. HEX triplet: D7, D0 and 76. RGB value is (215,208,118). Sum of RGB (Red+Green+Blue) = 215+208+118=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D076 is #282F89. Grayscale: #C8C8C8. Windows color (decimal): -2633610 or 7786711. OLE color: 7786711.

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

Color convert

RGB 215 208 118 -
CMYK 0 0.03 0.45 0.16
HSL 55.67º 0.55% 0.65% -
HSV(B) 55.67º 0.45% 0.84% -
XYZ 53.85 60.87 26.05 -
YUV 199.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 215 208 118 0 0.03 0.45 0.16 55.67 0.55 0.65
Hex D7 D0 76 0 3 2D 10 38 37 41
Octal 327 320 166 0 3 55 20 70 67 101
Binary 11010111 11010000 1110110 0 11 101101 10000 111000 110111 1000001

Color Harmonies of #D7D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D076

Black with #D7D076

Text Example


Text Example

White with #D7D076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D076; }

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

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

background-color css

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

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

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

border-color css

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

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

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