Html Css Color HEX #DBCE6D Wild Rice

📋 copy color: '#DBCE6D'

red 219 ◦ green 206 ◦ blue 109

#DBCE6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #DBCE6D

Tints of Wild Rice #DBCE6D

RGB

 RED value IS 219 (85.94% from 255) = 41.01%

 GREEN value IS 206 (80.86% from 255) = 38.58%

 BLUE value IS 109 (42.97% from 255) = 20.41%

R = 41.01%
G = 38.58%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBCE6D (or 0xDBCE6D) is known color: Wild Rice. HEX triplet: DB, CE and 6D. RGB value is (219,206,109). Sum of RGB (Red+Green+Blue) = 219+206+109=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE6D is #243192. Grayscale: #C7C7C7. Windows color (decimal): -2371987 or 7196379. OLE color: 7196379.

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

Color convert

RGB 219 206 109 -
CMYK 0 0.06 0.50 0.14
HSL 52.91º 0.6% 0.64% -
HSV(B) 52.91º 0.5% 0.86% -
XYZ 54.05 60.31 23.26 -
YUV 198.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 219 206 109 0 0.06 0.50 0.14 52.91 0.6 0.64
Hex DB CE 6D 0 6 32 E 35 3C 40
Octal 333 316 155 0 6 62 16 65 74 100
Binary 11011011 11001110 1101101 0 110 110010 1110 110101 111100 1000000

Color Harmonies of #DBCE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE6D

Black with #DBCE6D

Text Example


Text Example

White with #DBCE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE6D; }

 p { color: rgb(219,206,109); }

 H1.HeaderClassName
 {
   color: #DBCE6D;
 }
 .AnyTagClassName
 {
   color: #DBCE6D;
 }
</style>

background-color css

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

 a { background-color: rgb(219,206,109); }

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

border-color css

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

 span { border-color: rgb(219,206,109); }

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