Html Css Color HEX #D7D078 Wild Rice

📋 copy color: '#D7D078'

red 215 ◦ green 208 ◦ blue 120

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

Shades of Wild Rice #D7D078

Tints of Wild Rice #D7D078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.1%

R = 39.59%
G = 38.31%
B = 22.1%

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

#D7D078 (or 0xD7D078) is known color: Wild Rice. HEX triplet: D7, D0 and 78. RGB value is (215,208,120). Sum of RGB (Red+Green+Blue) = 215+208+120=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D078 is #282F87. Grayscale: #C8C8C8. Windows color (decimal): -2633608 or 7917783. OLE color: 7917783.

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

Color convert

RGB 215 208 120 -
CMYK 0 0.03 0.44 0.16
HSL 55.58º 0.54% 0.66% -
HSV(B) 55.58º 0.44% 0.84% -
XYZ 53.97 60.91 26.68 -
YUV 200.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 215 208 120 0 0.03 0.44 0.16 55.58 0.54 0.66
Hex D7 D0 78 0 3 2C 10 38 36 42
Octal 327 320 170 0 3 54 20 70 66 102
Binary 11010111 11010000 1111000 0 11 101100 10000 111000 110110 1000010

Color Harmonies of #D7D078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D078

Black with #D7D078

Text Example


Text Example

White with #D7D078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D078; }

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

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

background-color css

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

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

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

border-color css

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

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

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