Html Css Color HEX #D7CC73 Wild Rice

📋 copy color: '#D7CC73'

red 215 ◦ green 204 ◦ blue 115

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

Shades of Wild Rice #D7CC73

Tints of Wild Rice #D7CC73

RGB

 RED value IS 215 (84.38% from 255) = 40.26%

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

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

R = 40.26%
G = 38.2%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7CC73 (or 0xD7CC73) is known color: Wild Rice. HEX triplet: D7, CC and 73. RGB value is (215,204,115). Sum of RGB (Red+Green+Blue) = 215+204+115=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC73 is #28338C. Grayscale: #C5C5C5. Windows color (decimal): -2634637 or 7589079. OLE color: 7589079.

HSL color Cylindrical-coordinate representation of color #D7CC73: hue angle of 53.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7CC73 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 204 115 -
CMYK 0 0.05 0.47 0.16
HSL 53.4º 0.56% 0.65% -
HSV(B) 53.4º 0.47% 0.84% -
XYZ 52.71 58.87 24.8 -
YUV 197.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 215 204 115 0 0.05 0.47 0.16 53.4 0.56 0.65
Hex D7 CC 73 0 5 2F 10 35 38 41
Octal 327 314 163 0 5 57 20 65 70 101
Binary 11010111 11001100 1110011 0 101 101111 10000 110101 111000 1000001

Color Harmonies of #D7CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC73

Black with #D7CC73

Text Example


Text Example

White with #D7CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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