Html Css Color HEX #D7CC76 Wild Rice

📋 copy color: '#D7CC76'

red 215 ◦ green 204 ◦ blue 118

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

Shades of Wild Rice #D7CC76

Tints of Wild Rice #D7CC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.97%

R = 40.04%
G = 37.99%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D7CC76 (or 0xD7CC76) is known color: Wild Rice. HEX triplet: D7, CC and 76. RGB value is (215,204,118). Sum of RGB (Red+Green+Blue) = 215+204+118=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC76 is #283389. Grayscale: #C5C5C5. Windows color (decimal): -2634634 or 7785687. OLE color: 7785687.

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

Color convert

RGB 215 204 118 -
CMYK 0 0.05 0.45 0.16
HSL 53.2º 0.55% 0.65% -
HSV(B) 53.2º 0.45% 0.84% -
XYZ 52.89 58.94 25.73 -
YUV 197.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 215 204 118 0 0.05 0.45 0.16 53.2 0.55 0.65
Hex D7 CC 76 0 5 2D 10 35 37 41
Octal 327 314 166 0 5 55 20 65 67 101
Binary 11010111 11001100 1110110 0 101 101101 10000 110101 110111 1000001

Color Harmonies of #D7CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC76

Black with #D7CC76

Text Example


Text Example

White with #D7CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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