Html Css Color HEX #D8CD70 Wild Rice

📋 copy color: '#D8CD70'

red 216 ◦ green 205 ◦ blue 112

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

Shades of Wild Rice #D8CD70

Tints of Wild Rice #D8CD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.01%

R = 40.53%
G = 38.46%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8CD70 (or 0xD8CD70) is known color: Wild Rice. HEX triplet: D8, CD and 70. RGB value is (216,205,112). Sum of RGB (Red+Green+Blue) = 216+205+112=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD70 is #27328F. Grayscale: #C6C6C6. Windows color (decimal): -2568848 or 7392728. OLE color: 7392728.

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

Color convert

RGB 216 205 112 -
CMYK 0 0.05 0.48 0.15
HSL 53.65º 0.57% 0.64% -
HSV(B) 53.65º 0.48% 0.85% -
XYZ 53.07 59.43 24 -
YUV 197.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 216 205 112 0 0.05 0.48 0.15 53.65 0.57 0.64
Hex D8 CD 70 0 5 30 F 36 39 40
Octal 330 315 160 0 5 60 17 66 71 100
Binary 11011000 11001101 1110000 0 101 110000 1111 110110 111001 1000000

Color Harmonies of #D8CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD70

Black with #D8CD70

Text Example


Text Example

White with #D8CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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