#DBCD67

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

Shades of Wild Rice #DBCD67

Tints of Wild Rice #DBCD67

Color information

#DBCD67 (or 0xDBCD67) is unknown color: approx Wild Rice. HEX triplet: DB, CD and 67. RGB value is (219,205,103). Sum of RGB (Red+Green+Blue) = 219+205+103=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD67 is #243298. Grayscale: #C5C5C5. Windows color (decimal): -2372249 or 6802907. OLE color: 6802907.

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

Color convert

RGB219205103-
CMYK00.060.530.14
HSL52.76º61.7%63.14%-
HSV(B)52.76º52.97%85.88%-
XYZ53.4959.721.54-
YUV197.5674.64143.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 103 (40.62% from 255) = 19.54%
R=41.56%
G=38.90%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920510300.060.530.1452.7661.763.14
HexDBCD670635E353e3f
Octal333315147066516657677
Binary1101101111001101110011101101101011110110101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD67; }

 p { color: rgb(219,205,103); }

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

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

 a { background-color: rgb(219,205,103); }

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

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

 span { border-color: rgb(219,205,103); }

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