Html Css Color HEX #D6CC6C Wild Rice

📋 copy color: '#D6CC6C'

red 214 ◦ green 204 ◦ blue 108

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

Shades of Wild Rice #D6CC6C

Tints of Wild Rice #D6CC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.53%

R = 40.68%
G = 38.78%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6CC6C (or 0xD6CC6C) is known color: Wild Rice. HEX triplet: D6, CC and 6C. RGB value is (214,204,108). Sum of RGB (Red+Green+Blue) = 214+204+108=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC6C is #293393. Grayscale: #C4C4C4. Windows color (decimal): -2700180 or 7130326. OLE color: 7130326.

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

Color convert

RGB 214 204 108 -
CMYK 0 0.05 0.50 0.16
HSL 54.34º 0.56% 0.63% -
HSV(B) 54.34º 0.5% 0.84% -
XYZ 52.03 58.56 22.75 -
YUV 196.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 214 204 108 0 0.05 0.50 0.16 54.34 0.56 0.63
Hex D6 CC 6C 0 5 32 10 36 38 3F
Octal 326 314 154 0 5 62 20 66 70 77
Binary 11010110 11001100 1101100 0 101 110010 10000 110110 111000 111111

Color Harmonies of #D6CC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC6C

Black with #D6CC6C

Text Example


Text Example

White with #D6CC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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