Html Css Color HEX #D9CC73 Wild Rice

📋 copy color: '#D9CC73'

red 217 ◦ green 204 ◦ blue 115

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

Shades of Wild Rice #D9CC73

Tints of Wild Rice #D9CC73

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

 BLUE value IS 115 (45.31% from 255) = 21.46%

R = 40.49%
G = 38.06%
B = 21.46%

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

#D9CC73 (or 0xD9CC73) is known color: Wild Rice. HEX triplet: D9, CC and 73. RGB value is (217,204,115). Sum of RGB (Red+Green+Blue) = 217+204+115=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC73 is #26338C. Grayscale: #C6C6C6. Windows color (decimal): -2503565 or 7589081. OLE color: 7589081.

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

Color convert

RGB 217 204 115 -
CMYK 0 0.06 0.47 0.15
HSL 52.35º 0.57% 0.65% -
HSV(B) 52.35º 0.47% 0.85% -
XYZ 53.3 59.18 24.83 -
YUV 197.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 217 204 115 0 0.06 0.47 0.15 52.35 0.57 0.65
Hex D9 CC 73 0 6 2F F 34 39 41
Octal 331 314 163 0 6 57 17 64 71 101
Binary 11011001 11001100 1110011 0 110 101111 1111 110100 111001 1000001

Color Harmonies of #D9CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC73

Black with #D9CC73

Text Example


Text Example

White with #D9CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC73; }

 p { color: rgb(217,204,115); }

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

background-color css

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

 a { background-color: rgb(217,204,115); }

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

border-color css

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

 span { border-color: rgb(217,204,115); }

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