#DDCF6B

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

Shades of Wild Rice #DDCF6B

Tints of Wild Rice #DDCF6B

Color information

#DDCF6B (or 0xDDCF6B) is unknown color: approx Wild Rice. HEX triplet: DD, CF and 6B. RGB value is (221,207,107). Sum of RGB (Red+Green+Blue) = 221+207+107=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF6B is #223094. Grayscale: #C8C8C8. Windows color (decimal): -2240661 or 7065565. OLE color: 7065565.

HSL color Cylindrical-coordinate representation of color #DDCF6B: hue angle of 52.63º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDCF6B is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221207107-
CMYK00.060.520.13
HSL52.63º62.64%64.31%-
HSV(B)52.63º51.58%86.67%-
XYZ54.7961.0622.81-
YUV199.7975.64143.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 107 (42.19% from 255) = 20%
R=41.31%
G=38.69%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120710700.060.520.1352.6362.6464.31
HexDDCF6B0634D353f40
Octal3353171530664156577100
Binary11011101110011111101011011011010011011101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF6B; }

 p { color: rgb(221,207,107); }

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

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

 a { background-color: rgb(221,207,107); }

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

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

 span { border-color: rgb(221,207,107); }

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