#DBCD69

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

Shades of Wild Rice #DBCD69

Tints of Wild Rice #DBCD69

Color information

#DBCD69 (or 0xDBCD69) is unknown color: approx Wild Rice. HEX triplet: DB, CD and 69. RGB value is (219,205,105). Sum of RGB (Red+Green+Blue) = 219+205+105=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD69 is #243296. Grayscale: #C6C6C6. Windows color (decimal): -2372247 or 6933979. OLE color: 6933979.

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

Color convert

RGB219205105-
CMYK00.060.520.14
HSL52.63º61.29%63.53%-
HSV(B)52.63º52.05%85.88%-
XYZ53.5959.7422.07-
YUV197.7975.64143.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 105 (41.41% from 255) = 19.85%
R=41.40%
G=38.75%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920510500.060.520.1452.6361.2963.53
HexDBCD690634E353d40
Octal3333151510664166575100
Binary11011011110011011101001011011010011101101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD69; }

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

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

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

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

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

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

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

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