Html Css Color HEX #DBCE6E Wild Rice

📋 copy color: '#DBCE6E'

red 219 ◦ green 206 ◦ blue 110

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

Shades of Wild Rice #DBCE6E

Tints of Wild Rice #DBCE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.56%

R = 40.93%
G = 38.5%
B = 20.56%

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

#DBCE6E (or 0xDBCE6E) is known color: Wild Rice. HEX triplet: DB, CE and 6E. RGB value is (219,206,110). Sum of RGB (Red+Green+Blue) = 219+206+110=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE6E is #243191. Grayscale: #C7C7C7. Windows color (decimal): -2371986 or 7261915. OLE color: 7261915.

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

Color convert

RGB 219 206 110 -
CMYK 0 0.06 0.50 0.14
HSL 52.84º 0.6% 0.65% -
HSV(B) 52.84º 0.5% 0.86% -
XYZ 54.1 60.33 23.55 -
YUV 198.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 219 206 110 0 0.06 0.50 0.14 52.84 0.6 0.65
Hex DB CE 6E 0 6 32 E 35 3C 41
Octal 333 316 156 0 6 62 16 65 74 101
Binary 11011011 11001110 1101110 0 110 110010 1110 110101 111100 1000001

Color Harmonies of #DBCE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE6E

Black with #DBCE6E

Text Example


Text Example

White with #DBCE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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