Html Css Color HEX #D5CE76 Wild Rice

📋 copy color: '#D5CE76'

red 213 ◦ green 206 ◦ blue 118

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

Shades of Wild Rice #D5CE76

Tints of Wild Rice #D5CE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.36%

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

R = 39.66%
G = 38.36%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5CE76 (or 0xD5CE76) is known color: Wild Rice. HEX triplet: D5, CE and 76. RGB value is (213,206,118). Sum of RGB (Red+Green+Blue) = 213+206+118=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE76 is #2A3189. Grayscale: #C6C6C6. Windows color (decimal): -2765194 or 7786197. OLE color: 7786197.

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

Color convert

RGB 213 206 118 -
CMYK 0 0.03 0.45 0.16
HSL 55.58º 0.53% 0.65% -
HSV(B) 55.58º 0.45% 0.84% -
XYZ 52.78 59.6 25.86 -
YUV 198.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 213 206 118 0 0.03 0.45 0.16 55.58 0.53 0.65
Hex D5 CE 76 0 3 2D 10 38 35 41
Octal 325 316 166 0 3 55 20 70 65 101
Binary 11010101 11001110 1110110 0 11 101101 10000 111000 110101 1000001

Color Harmonies of #D5CE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE76

Black with #D5CE76

Text Example


Text Example

White with #D5CE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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