Html Css Color HEX #D9CD74 Wild Rice

📋 copy color: '#D9CD74'

red 217 ◦ green 205 ◦ blue 116

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

Shades of Wild Rice #D9CD74

Tints of Wild Rice #D9CD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.1%

 BLUE value IS 116 (45.7% from 255) = 21.56%

R = 40.33%
G = 38.1%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9CD74 (or 0xD9CD74) is known color: Wild Rice. HEX triplet: D9, CD and 74. RGB value is (217,205,116). Sum of RGB (Red+Green+Blue) = 217+205+116=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD74 is #26328B. Grayscale: #C6C6C6. Windows color (decimal): -2503308 or 7654873. OLE color: 7654873.

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

Color convert

RGB 217 205 116 -
CMYK 0 0.06 0.47 0.15
HSL 52.87º 0.57% 0.65% -
HSV(B) 52.87º 0.47% 0.85% -
XYZ 53.6 59.68 25.22 -
YUV 198.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 217 205 116 0 0.06 0.47 0.15 52.87 0.57 0.65
Hex D9 CD 74 0 6 2F F 35 39 41
Octal 331 315 164 0 6 57 17 65 71 101
Binary 11011001 11001101 1110100 0 110 101111 1111 110101 111001 1000001

Color Harmonies of #D9CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD74

Black with #D9CD74

Text Example


Text Example

White with #D9CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD74; }

 p { color: rgb(217,205,116); }

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

background-color css

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

 a { background-color: rgb(217,205,116); }

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

border-color css

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

 span { border-color: rgb(217,205,116); }

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