Html Css Color HEX #D9CF6E Wild Rice

📋 copy color: '#D9CF6E'

red 217 ◦ green 207 ◦ blue 110

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

Shades of Wild Rice #D9CF6E

Tints of Wild Rice #D9CF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.6%

R = 40.64%
G = 38.76%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9CF6E (or 0xD9CF6E) is known color: Wild Rice. HEX triplet: D9, CF and 6E. RGB value is (217,207,110). Sum of RGB (Red+Green+Blue) = 217+207+110=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF6E is #263091. Grayscale: #C7C7C7. Windows color (decimal): -2502802 or 7262169. OLE color: 7262169.

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

Color convert

RGB 217 207 110 -
CMYK 0 0.05 0.49 0.15
HSL 54.39º 0.58% 0.64% -
HSV(B) 54.39º 0.49% 0.85% -
XYZ 53.74 60.5 23.6 -
YUV 198.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 217 207 110 0 0.05 0.49 0.15 54.39 0.58 0.64
Hex D9 CF 6E 0 5 31 F 36 3A 40
Octal 331 317 156 0 5 61 17 66 72 100
Binary 11011001 11001111 1101110 0 101 110001 1111 110110 111010 1000000

Color Harmonies of #D9CF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF6E

Black with #D9CF6E

Text Example


Text Example

White with #D9CF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF6E; }

 p { color: rgb(217,207,110); }

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

background-color css

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

 a { background-color: rgb(217,207,110); }

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

border-color css

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

 span { border-color: rgb(217,207,110); }

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