Html Css Color HEX #DBCD76 Wild Rice

📋 copy color: '#DBCD76'

red 219 ◦ green 205 ◦ blue 118

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

Shades of Wild Rice #DBCD76

Tints of Wild Rice #DBCD76

RGB

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

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

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

R = 40.41%
G = 37.82%
B = 21.77%

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

#DBCD76 (or 0xDBCD76) is known color: Wild Rice. HEX triplet: DB, CD and 76. RGB value is (219,205,118). Sum of RGB (Red+Green+Blue) = 219+205+118=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD76 is #243289. Grayscale: #C7C7C7. Windows color (decimal): -2372234 or 7785947. OLE color: 7785947.

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

Color convert

RGB 219 205 118 -
CMYK 0 0.06 0.46 0.14
HSL 51.68º 0.58% 0.66% -
HSV(B) 51.68º 0.46% 0.86% -
XYZ 54.31 60.03 25.86 -
YUV 199.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 219 205 118 0 0.06 0.46 0.14 51.68 0.58 0.66
Hex DB CD 76 0 6 2E E 34 3A 42
Octal 333 315 166 0 6 56 16 64 72 102
Binary 11011011 11001101 1110110 0 110 101110 1110 110100 111010 1000010

Color Harmonies of #DBCD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD76

Black with #DBCD76

Text Example


Text Example

White with #DBCD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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