Html Css Color HEX #DBCE71 Wild Rice

📋 copy color: '#DBCE71'

red 219 ◦ green 206 ◦ blue 113

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

Shades of Wild Rice #DBCE71

Tints of Wild Rice #DBCE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21%

R = 40.71%
G = 38.29%
B = 21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBCE71 (or 0xDBCE71) is known color: Wild Rice. HEX triplet: DB, CE and 71. RGB value is (219,206,113). Sum of RGB (Red+Green+Blue) = 219+206+113=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE71 is #24318E. Grayscale: #C7C7C7. Windows color (decimal): -2371983 or 7458523. OLE color: 7458523.

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

Color convert

RGB 219 206 113 -
CMYK 0 0.06 0.48 0.14
HSL 52.64º 0.6% 0.65% -
HSV(B) 52.64º 0.48% 0.86% -
XYZ 54.27 60.39 24.42 -
YUV 199.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 219 206 113 0 0.06 0.48 0.14 52.64 0.6 0.65
Hex DB CE 71 0 6 30 E 35 3C 41
Octal 333 316 161 0 6 60 16 65 74 101
Binary 11011011 11001110 1110001 0 110 110000 1110 110101 111100 1000001

Color Harmonies of #DBCE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE71

Black with #DBCE71

Text Example


Text Example

White with #DBCE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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