#DDCF67

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

Shades of Wild Rice #DDCF67

Tints of Wild Rice #DDCF67

Color information

#DDCF67 (or 0xDDCF67) is unknown color: approx Wild Rice. HEX triplet: DD, CF and 67. RGB value is (221,207,103). Sum of RGB (Red+Green+Blue) = 221+207+103=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF67 is #223098. Grayscale: #C7C7C7. Windows color (decimal): -2240665 or 6803421. OLE color: 6803421.

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

Color convert

RGB221207103-
CMYK00.060.530.13
HSL52.88º63.44%63.53%-
HSV(B)52.88º53.39%86.67%-
XYZ54.5860.9821.73-
YUV199.3373.64143.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 103 (40.62% from 255) = 19.40%
R=41.62%
G=38.98%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120710300.060.530.1352.8863.4463.53
HexDDCF670635D353f40
Octal3353171470665156577100
Binary11011101110011111100111011011010111011101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF67; }

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

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

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

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

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

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

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

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