Html Css Color HEX #D9CE70 Wild Rice

📋 copy color: '#D9CE70'

red 217 ◦ green 206 ◦ blue 112

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

Shades of Wild Rice #D9CE70

Tints of Wild Rice #D9CE70

RGB

 RED value IS 217 (85.16% from 255) = 40.56%

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

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

R = 40.56%
G = 38.5%
B = 20.93%

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

#D9CE70 (or 0xD9CE70) is known color: Wild Rice. HEX triplet: D9, CE and 70. RGB value is (217,206,112). Sum of RGB (Red+Green+Blue) = 217+206+112=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE70 is #26318F. Grayscale: #C6C6C6. Windows color (decimal): -2503056 or 7392985. OLE color: 7392985.

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

Color convert

RGB 217 206 112 -
CMYK 0 0.05 0.48 0.15
HSL 53.71º 0.58% 0.65% -
HSV(B) 53.71º 0.48% 0.85% -
XYZ 53.61 60.06 24.1 -
YUV 198.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 217 206 112 0 0.05 0.48 0.15 53.71 0.58 0.65
Hex D9 CE 70 0 5 30 F 36 3A 41
Octal 331 316 160 0 5 60 17 66 72 101
Binary 11011001 11001110 1110000 0 101 110000 1111 110110 111010 1000001

Color Harmonies of #D9CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CE70

Black with #D9CE70

Text Example


Text Example

White with #D9CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CE70; }

 p { color: rgb(217,206,112); }

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

background-color css

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

 a { background-color: rgb(217,206,112); }

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

border-color css

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

 span { border-color: rgb(217,206,112); }

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