Html Css Color HEX #D8CF77 Wild Rice

📋 copy color: '#D8CF77'

red 216 ◦ green 207 ◦ blue 119

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

Shades of Wild Rice #D8CF77

Tints of Wild Rice #D8CF77

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.19%

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

R = 39.85%
G = 38.19%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8CF77 (or 0xD8CF77) is known color: Wild Rice. HEX triplet: D8, CF and 77. RGB value is (216,207,119). Sum of RGB (Red+Green+Blue) = 216+207+119=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF77 is #273088. Grayscale: #C8C8C8. Windows color (decimal): -2568329 or 7851992. OLE color: 7851992.

HSL color Cylindrical-coordinate representation of color #D8CF77: hue angle of 54.43º 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 #D8CF77 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 207 119 -
CMYK 0 0.04 0.45 0.15
HSL 54.43º 0.55% 0.66% -
HSV(B) 54.43º 0.45% 0.85% -
XYZ 53.96 60.56 26.3 -
YUV 199.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 216 207 119 0 0.04 0.45 0.15 54.43 0.55 0.66
Hex D8 CF 77 0 4 2D F 36 37 42
Octal 330 317 167 0 4 55 17 66 67 102
Binary 11011000 11001111 1110111 0 100 101101 1111 110110 110111 1000010

Color Harmonies of #D8CF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF77

Black with #D8CF77

Text Example


Text Example

White with #D8CF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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