Html Css Color HEX #D9CF6F Wild Rice

📋 copy color: '#D9CF6F'

red 217 ◦ green 207 ◦ blue 111

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

Shades of Wild Rice #D9CF6F

Tints of Wild Rice #D9CF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.75%

R = 40.56%
G = 38.69%
B = 20.75%

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

#D9CF6F (or 0xD9CF6F) is known color: Wild Rice. HEX triplet: D9, CF and 6F. RGB value is (217,207,111). Sum of RGB (Red+Green+Blue) = 217+207+111=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF6F is #263090. Grayscale: #C7C7C7. Windows color (decimal): -2502801 or 7327705. OLE color: 7327705.

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

Color convert

RGB 217 207 111 -
CMYK 0 0.05 0.49 0.15
HSL 54.34º 0.58% 0.64% -
HSV(B) 54.34º 0.49% 0.85% -
XYZ 53.8 60.53 23.89 -
YUV 199.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 217 207 111 0 0.05 0.49 0.15 54.34 0.58 0.64
Hex D9 CF 6F 0 5 31 F 36 3A 40
Octal 331 317 157 0 5 61 17 66 72 100
Binary 11011001 11001111 1101111 0 101 110001 1111 110110 111010 1000000

Color Harmonies of #D9CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF6F

Black with #D9CF6F

Text Example


Text Example

White with #D9CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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