#DBCC69

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

Shades of Wild Rice #DBCC69

Tints of Wild Rice #DBCC69

Color information

#DBCC69 (or 0xDBCC69) is unknown color: approx Wild Rice. HEX triplet: DB, CC and 69. RGB value is (219,204,105). Sum of RGB (Red+Green+Blue) = 219+204+105=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC69 is #243396. Grayscale: #C5C5C5. Windows color (decimal): -2372503 or 6933723. OLE color: 6933723.

HSL color Cylindrical-coordinate representation of color #DBCC69: hue angle of 52.11º 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 #DBCC69 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB219204105-
CMYK00.070.520.14
HSL52.11º61.29%63.53%-
HSV(B)52.11º52.05%85.88%-
XYZ53.3659.2721.99-
YUV197.275.97143.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 105 (41.41% from 255) = 19.89%
R=41.48%
G=38.64%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920410500.070.520.1452.1161.2963.53
HexDBCC690734E343d40
Octal3333141510764166475100
Binary11011011110011001101001011111010011101101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC69; }

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

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

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

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

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

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

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

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