Html Css Color HEX #D8CE74 Wild Rice

📋 copy color: '#D8CE74'

red 216 ◦ green 206 ◦ blue 116

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

Shades of Wild Rice #D8CE74

Tints of Wild Rice #D8CE74

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.29%

 BLUE value IS 116 (45.7% from 255) = 21.56%

R = 40.15%
G = 38.29%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8CE74 (or 0xD8CE74) is known color: Wild Rice. HEX triplet: D8, CE and 74. RGB value is (216,206,116). Sum of RGB (Red+Green+Blue) = 216+206+116=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE74 is #27318B. Grayscale: #C7C7C7. Windows color (decimal): -2568588 or 7655128. OLE color: 7655128.

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

Color convert

RGB 216 206 116 -
CMYK 0 0.05 0.46 0.15
HSL 54º 0.56% 0.65% -
HSV(B) 54º 0.46% 0.85% -
XYZ 53.54 60 25.28 -
YUV 198.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 216 206 116 0 0.05 0.46 0.15 54 0.56 0.65
Hex D8 CE 74 0 5 2E F 36 38 41
Octal 330 316 164 0 5 56 17 66 70 101
Binary 11011000 11001110 1110100 0 101 101110 1111 110110 111000 1000001

Color Harmonies of #D8CE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CE74

Black with #D8CE74

Text Example


Text Example

White with #D8CE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CE74; }

 p { color: rgb(216,206,116); }

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

background-color css

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

 a { background-color: rgb(216,206,116); }

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

border-color css

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

 span { border-color: rgb(216,206,116); }

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