Html Css Color HEX #D8CD77 Wild Rice

📋 copy color: '#D8CD77'

red 216 ◦ green 205 ◦ blue 119

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

Shades of Wild Rice #D8CD77

Tints of Wild Rice #D8CD77

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.96%

 BLUE value IS 119 (46.88% from 255) = 22.04%

R = 40%
G = 37.96%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8CD77 (or 0xD8CD77) is known color: Wild Rice. HEX triplet: D8, CD and 77. RGB value is (216,205,119). Sum of RGB (Red+Green+Blue) = 216+205+119=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD77 is #273288. Grayscale: #C6C6C6. Windows color (decimal): -2568841 or 7851480. OLE color: 7851480.

HSL color Cylindrical-coordinate representation of color #D8CD77: hue angle of 53.2º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8CD77 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 205 119 -
CMYK 0 0.05 0.45 0.15
HSL 53.2º 0.55% 0.66% -
HSV(B) 53.2º 0.45% 0.85% -
XYZ 53.48 59.59 26.14 -
YUV 198.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 216 205 119 0 0.05 0.45 0.15 53.2 0.55 0.66
Hex D8 CD 77 0 5 2D F 35 37 42
Octal 330 315 167 0 5 55 17 65 67 102
Binary 11011000 11001101 1110111 0 101 101101 1111 110101 110111 1000010

Color Harmonies of #D8CD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD77

Black with #D8CD77

Text Example


Text Example

White with #D8CD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD77; }

 p { color: rgb(216,205,119); }

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

background-color css

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

 a { background-color: rgb(216,205,119); }

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

border-color css

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

 span { border-color: rgb(216,205,119); }

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