Html Css Color HEX #D8D075 Wild Rice

📋 copy color: '#D8D075'

red 216 ◦ green 208 ◦ blue 117

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

Shades of Wild Rice #D8D075

Tints of Wild Rice #D8D075

RGB

 RED value IS 216 (84.77% from 255) = 39.93%

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

 BLUE value IS 117 (46.09% from 255) = 21.63%

R = 39.93%
G = 38.45%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8D075 (or 0xD8D075) is known color: Wild Rice. HEX triplet: D8, D0 and 75. RGB value is (216,208,117). Sum of RGB (Red+Green+Blue) = 216+208+117=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D075 is #272F8A. Grayscale: #C8C8C8. Windows color (decimal): -2568075 or 7721176. OLE color: 7721176.

HSL color Cylindrical-coordinate representation of color #D8D075: hue angle of 55.15º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8D075 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 208 117 -
CMYK 0 0.04 0.46 0.15
HSL 55.15º 0.56% 0.65% -
HSV(B) 55.15º 0.46% 0.85% -
XYZ 54.09 61 25.75 -
YUV 200.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 216 208 117 0 0.04 0.46 0.15 55.15 0.56 0.65
Hex D8 D0 75 0 4 2E F 37 38 41
Octal 330 320 165 0 4 56 17 67 70 101
Binary 11011000 11010000 1110101 0 100 101110 1111 110111 111000 1000001

Color Harmonies of #D8D075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D075

Black with #D8D075

Text Example


Text Example

White with #D8D075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D075; }

 p { color: rgb(216,208,117); }

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

background-color css

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

 a { background-color: rgb(216,208,117); }

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

border-color css

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

 span { border-color: rgb(216,208,117); }

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