Html Css Color HEX #D6CD6E Wild Rice

📋 copy color: '#D6CD6E'

red 214 ◦ green 205 ◦ blue 110

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

Shades of Wild Rice #D6CD6E

Tints of Wild Rice #D6CD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.75%

 BLUE value IS 110 (43.36% from 255) = 20.79%

R = 40.45%
G = 38.75%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6CD6E (or 0xD6CD6E) is known color: Wild Rice. HEX triplet: D6, CD and 6E. RGB value is (214,205,110). Sum of RGB (Red+Green+Blue) = 214+205+110=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD6E is #293291. Grayscale: #C5C5C5. Windows color (decimal): -2699922 or 7261654. OLE color: 7261654.

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

Color convert

RGB 214 205 110 -
CMYK 0 0.04 0.49 0.16
HSL 54.81º 0.56% 0.64% -
HSV(B) 54.81º 0.49% 0.84% -
XYZ 52.38 59.08 23.4 -
YUV 196.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 214 205 110 0 0.04 0.49 0.16 54.81 0.56 0.64
Hex D6 CD 6E 0 4 31 10 37 38 40
Octal 326 315 156 0 4 61 20 67 70 100
Binary 11010110 11001101 1101110 0 100 110001 10000 110111 111000 1000000

Color Harmonies of #D6CD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD6E

Black with #D6CD6E

Text Example


Text Example

White with #D6CD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD6E; }

 p { color: rgb(214,205,110); }

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

background-color css

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

 a { background-color: rgb(214,205,110); }

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

border-color css

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

 span { border-color: rgb(214,205,110); }

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