Html Css Color HEX #D9D27C Wild Rice

📋 copy color: '#D9D27C'

red 217 ◦ green 210 ◦ blue 124

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

Shades of Wild Rice #D9D27C

Tints of Wild Rice #D9D27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.11%

 BLUE value IS 124 (48.83% from 255) = 22.5%

R = 39.38%
G = 38.11%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9D27C (or 0xD9D27C) is known color: Wild Rice. HEX triplet: D9, D2 and 7C. RGB value is (217,210,124). Sum of RGB (Red+Green+Blue) = 217+210+124=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D27C is #262D83. Grayscale: #CACACA. Windows color (decimal): -2502020 or 8180441. OLE color: 8180441.

HSL color Cylindrical-coordinate representation of color #D9D27C: hue angle of 55.48º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9D27C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 210 124 -
CMYK 0 0.03 0.43 0.15
HSL 55.48º 0.55% 0.67% -
HSV(B) 55.48º 0.43% 0.85% -
XYZ 55.3 62.3 28.18 -
YUV 202.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 217 210 124 0 0.03 0.43 0.15 55.48 0.55 0.67
Hex D9 D2 7C 0 3 2B F 37 37 43
Octal 331 322 174 0 3 53 17 67 67 103
Binary 11011001 11010010 1111100 0 11 101011 1111 110111 110111 1000011

Color Harmonies of #D9D27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D27C

Black with #D9D27C

Text Example


Text Example

White with #D9D27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D27C; }

 p { color: rgb(217,210,124); }

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

background-color css

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

 a { background-color: rgb(217,210,124); }

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

border-color css

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

 span { border-color: rgb(217,210,124); }

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