Html Css Color HEX #DBCE76 Wild Rice

📋 copy color: '#DBCE76'

red 219 ◦ green 206 ◦ blue 118

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

Shades of Wild Rice #DBCE76

Tints of Wild Rice #DBCE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.73%

R = 40.33%
G = 37.94%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBCE76 (or 0xDBCE76) is known color: Wild Rice. HEX triplet: DB, CE and 76. RGB value is (219,206,118). Sum of RGB (Red+Green+Blue) = 219+206+118=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE76 is #243189. Grayscale: #C8C8C8. Windows color (decimal): -2371978 or 7786203. OLE color: 7786203.

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

Color convert

RGB 219 206 118 -
CMYK 0 0.06 0.46 0.14
HSL 52.28º 0.58% 0.66% -
HSV(B) 52.28º 0.46% 0.86% -
XYZ 54.55 60.51 25.94 -
YUV 199.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 219 206 118 0 0.06 0.46 0.14 52.28 0.58 0.66
Hex DB CE 76 0 6 2E E 34 3A 42
Octal 333 316 166 0 6 56 16 64 72 102
Binary 11011011 11001110 1110110 0 110 101110 1110 110100 111010 1000010

Color Harmonies of #DBCE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE76

Black with #DBCE76

Text Example


Text Example

White with #DBCE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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