#DBCD77

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

Shades of Wild Rice #DBCD77

Tints of Wild Rice #DBCD77

Color information

#DBCD77 (or 0xDBCD77) is unknown color: approx Wild Rice. HEX triplet: DB, CD and 77. RGB value is (219,205,119). Sum of RGB (Red+Green+Blue) = 219+205+119=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD77 is #243288. Grayscale: #C7C7C7. Windows color (decimal): -2372233 or 7851483. OLE color: 7851483.

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

Color convert

RGB219205119-
CMYK00.060.460.14
HSL51.6º58.14%66.27%-
HSV(B)51.6º45.66%85.88%-
XYZ54.3760.0526.18-
YUV199.3882.64141.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 119 (46.88% from 255) = 21.92%
R=40.33%
G=37.75%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920511900.060.460.1451.658.1466.27
HexDBCD77062EE343a42
Octal3333151670656166472102
Binary11011011110011011110111011010111011101101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD77; }

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

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

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

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

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

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

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

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