Html Css Color HEX #D8CC70 Wild Rice

📋 copy color: '#D8CC70'

red 216 ◦ green 204 ◦ blue 112

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

Shades of Wild Rice #D8CC70

Tints of Wild Rice #D8CC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

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

R = 40.6%
G = 38.35%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8CC70 (or 0xD8CC70) is known color: Wild Rice. HEX triplet: D8, CC and 70. RGB value is (216,204,112). Sum of RGB (Red+Green+Blue) = 216+204+112=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC70 is #27338F. Grayscale: #C5C5C5. Windows color (decimal): -2569104 or 7392472. OLE color: 7392472.

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

Color convert

RGB 216 204 112 -
CMYK 0 0.06 0.48 0.15
HSL 53.08º 0.57% 0.64% -
HSV(B) 53.08º 0.48% 0.85% -
XYZ 52.84 58.95 23.92 -
YUV 197.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 216 204 112 0 0.06 0.48 0.15 53.08 0.57 0.64
Hex D8 CC 70 0 6 30 F 35 39 40
Octal 330 314 160 0 6 60 17 65 71 100
Binary 11011000 11001100 1110000 0 110 110000 1111 110101 111001 1000000

Color Harmonies of #D8CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC70

Black with #D8CC70

Text Example


Text Example

White with #D8CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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