Html Css Color HEX #D9CF77 Wild Rice

📋 copy color: '#D9CF77'

red 217 ◦ green 207 ◦ blue 119

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

Shades of Wild Rice #D9CF77

Tints of Wild Rice #D9CF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.92%

R = 39.96%
G = 38.12%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D9CF77 (or 0xD9CF77) is known color: Wild Rice. HEX triplet: D9, CF and 77. RGB value is (217,207,119). Sum of RGB (Red+Green+Blue) = 217+207+119=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF77 is #263088. Grayscale: #C8C8C8. Windows color (decimal): -2502793 or 7851993. OLE color: 7851993.

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

Color convert

RGB 217 207 119 -
CMYK 0 0.05 0.45 0.15
HSL 53.88º 0.56% 0.66% -
HSV(B) 53.88º 0.45% 0.85% -
XYZ 54.26 60.71 26.31 -
YUV 199.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 217 207 119 0 0.05 0.45 0.15 53.88 0.56 0.66
Hex D9 CF 77 0 5 2D F 36 38 42
Octal 331 317 167 0 5 55 17 66 70 102
Binary 11011001 11001111 1110111 0 101 101101 1111 110110 111000 1000010

Color Harmonies of #D9CF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF77

Black with #D9CF77

Text Example


Text Example

White with #D9CF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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