Html Css Color HEX #D6D078 Wild Rice

📋 copy color: '#D6D078'

red 214 ◦ green 208 ◦ blue 120

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

Shades of Wild Rice #D6D078

Tints of Wild Rice #D6D078

RGB

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

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

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

R = 39.48%
G = 38.38%
B = 22.14%

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

#D6D078 (or 0xD6D078) is known color: Wild Rice. HEX triplet: D6, D0 and 78. RGB value is (214,208,120). Sum of RGB (Red+Green+Blue) = 214+208+120=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D078 is #292F87. Grayscale: #C8C8C8. Windows color (decimal): -2699144 or 7917782. OLE color: 7917782.

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

Color convert

RGB 214 208 120 -
CMYK 0 0.03 0.44 0.16
HSL 56.17º 0.53% 0.65% -
HSV(B) 56.17º 0.44% 0.84% -
XYZ 53.68 60.76 26.67 -
YUV 199.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 214 208 120 0 0.03 0.44 0.16 56.17 0.53 0.65
Hex D6 D0 78 0 3 2C 10 38 35 41
Octal 326 320 170 0 3 54 20 70 65 101
Binary 11010110 11010000 1111000 0 11 101100 10000 111000 110101 1000001

Color Harmonies of #D6D078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D078

Black with #D6D078

Text Example


Text Example

White with #D6D078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D078; }

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

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

background-color css

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

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

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

border-color css

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

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

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