#D6CC70

Color #D6CC70 Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #D6CC70

Tints of Wild Rice #D6CC70

Color information

#D6CC70 (or 0xD6CC70) is unknown color: approx Wild Rice. HEX triplet: D6, CC and 70. RGB value is (214,204,112). Sum of RGB (Red+Green+Blue) = 214+204+112=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC70 is #29338F. Grayscale: #C4C4C4. Windows color (decimal): -2700176 or 7392470. OLE color: 7392470.

HSL color Cylindrical-coordinate representation of color #D6CC70: hue angle of 54.12º degrees, saturation: 0.55, 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 #D6CC70 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB214204112-
CMYK00.050.480.16
HSL54.12º55.43%63.92%-
HSV(B)54.12º47.66%83.92%-
XYZ52.2558.6523.9-
YUV196.580.31140.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 112 (44.14% from 255) = 21.13%
R=40.38%
G=38.49%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420411200.050.480.1654.1255.4363.92
HexD6CC70053010363740
Octal3263141600560206667100
Binary110101101100110011100000101110000100001101101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CC70; }

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

 H1.HeaderClassName
 {
   color: #D6CC70;
 }
 .AnyTagClassName
 {
   color: #D6CC70;
 }
</style>
background-color css

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

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

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

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

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

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