Html Css Color HEX #D6CF76 Wild Rice

📋 copy color: '#D6CF76'

red 214 ◦ green 207 ◦ blue 118

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

Shades of Wild Rice #D6CF76

Tints of Wild Rice #D6CF76

RGB

 RED value IS 214 (83.98% from 255) = 39.7%

 GREEN value IS 207 (81.25% from 255) = 38.4%

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

R = 39.7%
G = 38.4%
B = 21.89%

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

#D6CF76 (or 0xD6CF76) is known color: Wild Rice. HEX triplet: D6, CF and 76. RGB value is (214,207,118). Sum of RGB (Red+Green+Blue) = 214+207+118=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF76 is #293089. Grayscale: #C7C7C7. Windows color (decimal): -2699402 or 7786454. OLE color: 7786454.

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

Color convert

RGB 214 207 118 -
CMYK 0 0.03 0.45 0.16
HSL 55.63º 0.54% 0.65% -
HSV(B) 55.63º 0.45% 0.84% -
XYZ 53.31 60.23 25.96 -
YUV 198.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 214 207 118 0 0.03 0.45 0.16 55.63 0.54 0.65
Hex D6 CF 76 0 3 2D 10 38 36 41
Octal 326 317 166 0 3 55 20 70 66 101
Binary 11010110 11001111 1110110 0 11 101101 10000 111000 110110 1000001

Color Harmonies of #D6CF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF76

Black with #D6CF76

Text Example


Text Example

White with #D6CF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF76; }

 p { color: rgb(214,207,118); }

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

background-color css

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

 a { background-color: rgb(214,207,118); }

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

border-color css

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

 span { border-color: rgb(214,207,118); }

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