Html Css Color HEX #DBCD73 Wild Rice

📋 copy color: '#DBCD73'

red 219 ◦ green 205 ◦ blue 115

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

Shades of Wild Rice #DBCD73

Tints of Wild Rice #DBCD73

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.03%

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

R = 40.63%
G = 38.03%
B = 21.34%

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

#DBCD73 (or 0xDBCD73) is known color: Wild Rice. HEX triplet: DB, CD and 73. RGB value is (219,205,115). Sum of RGB (Red+Green+Blue) = 219+205+115=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD73 is #24328C. Grayscale: #C7C7C7. Windows color (decimal): -2372237 or 7589339. OLE color: 7589339.

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

Color convert

RGB 219 205 115 -
CMYK 0 0.06 0.47 0.14
HSL 51.92º 0.59% 0.65% -
HSV(B) 51.92º 0.47% 0.86% -
XYZ 54.14 59.96 24.94 -
YUV 198.93 80.64 142.32 -
System Red Green Blue C M Y K H S L
Decimal 219 205 115 0 0.06 0.47 0.14 51.92 0.59 0.65
Hex DB CD 73 0 6 2F E 34 3B 41
Octal 333 315 163 0 6 57 16 64 73 101
Binary 11011011 11001101 1110011 0 110 101111 1110 110100 111011 1000001

Color Harmonies of #DBCD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD73

Black with #DBCD73

Text Example


Text Example

White with #DBCD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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