Html Css Color HEX #D5CC76 Wild Rice

📋 copy color: '#D5CC76'

red 213 ◦ green 204 ◦ blue 118

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

Shades of Wild Rice #D5CC76

Tints of Wild Rice #D5CC76

RGB

 RED value IS 213 (83.59% from 255) = 39.81%

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

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

R = 39.81%
G = 38.13%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5CC76 (or 0xD5CC76) is known color: Wild Rice. HEX triplet: D5, CC and 76. RGB value is (213,204,118). Sum of RGB (Red+Green+Blue) = 213+204+118=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC76 is #2A3389. Grayscale: #C5C5C5. Windows color (decimal): -2765706 or 7785685. OLE color: 7785685.

HSL color Cylindrical-coordinate representation of color #D5CC76: hue angle of 54.32º degrees, saturation: 0.53, 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 #D5CC76 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 118 -
CMYK 0 0.04 0.45 0.16
HSL 54.32º 0.53% 0.65% -
HSV(B) 54.32º 0.45% 0.84% -
XYZ 52.3 58.64 25.7 -
YUV 196.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 213 204 118 0 0.04 0.45 0.16 54.32 0.53 0.65
Hex D5 CC 76 0 4 2D 10 36 35 41
Octal 325 314 166 0 4 55 20 66 65 101
Binary 11010101 11001100 1110110 0 100 101101 10000 110110 110101 1000001

Color Harmonies of #D5CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC76

Black with #D5CC76

Text Example


Text Example

White with #D5CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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