Html Css Color HEX #DBCE73 Wild Rice

📋 copy color: '#DBCE73'

red 219 ◦ green 206 ◦ blue 115

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

Shades of Wild Rice #DBCE73

Tints of Wild Rice #DBCE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.3%

R = 40.56%
G = 38.15%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBCE73 (or 0xDBCE73) is known color: Wild Rice. HEX triplet: DB, CE and 73. RGB value is (219,206,115). Sum of RGB (Red+Green+Blue) = 219+206+115=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE73 is #24318C. Grayscale: #C7C7C7. Windows color (decimal): -2371981 or 7589595. OLE color: 7589595.

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

Color convert

RGB 219 206 115 -
CMYK 0 0.06 0.47 0.14
HSL 52.5º 0.59% 0.65% -
HSV(B) 52.5º 0.47% 0.86% -
XYZ 54.38 60.44 25.02 -
YUV 199.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 219 206 115 0 0.06 0.47 0.14 52.5 0.59 0.65
Hex DB CE 73 0 6 2F E 34 3B 41
Octal 333 316 163 0 6 57 16 64 73 101
Binary 11011011 11001110 1110011 0 110 101111 1110 110100 111011 1000001

Color Harmonies of #DBCE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE73

Black with #DBCE73

Text Example


Text Example

White with #DBCE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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