Html Css Color HEX #D6CC6F Wild Rice

📋 copy color: '#D6CC6F'

red 214 ◦ green 204 ◦ blue 111

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

Shades of Wild Rice #D6CC6F

Tints of Wild Rice #D6CC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.98%

R = 40.45%
G = 38.56%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6CC6F (or 0xD6CC6F) is known color: Wild Rice. HEX triplet: D6, CC and 6F. RGB value is (214,204,111). Sum of RGB (Red+Green+Blue) = 214+204+111=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC6F is #293390. Grayscale: #C4C4C4. Windows color (decimal): -2700177 or 7326934. OLE color: 7326934.

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

Color convert

RGB 214 204 111 -
CMYK 0 0.05 0.48 0.16
HSL 54.17º 0.56% 0.64% -
HSV(B) 54.17º 0.48% 0.84% -
XYZ 52.19 58.63 23.6 -
YUV 196.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 214 204 111 0 0.05 0.48 0.16 54.17 0.56 0.64
Hex D6 CC 6F 0 5 30 10 36 38 40
Octal 326 314 157 0 5 60 20 66 70 100
Binary 11010110 11001100 1101111 0 101 110000 10000 110110 111000 1000000

Color Harmonies of #D6CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC6F

Black with #D6CC6F

Text Example


Text Example

White with #D6CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC6F; }

 p { color: rgb(214,204,111); }

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

background-color css

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

 a { background-color: rgb(214,204,111); }

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

border-color css

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

 span { border-color: rgb(214,204,111); }

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