Html Css Color HEX #DBCD77 Wild Rice

📋 copy color: '#DBCD77'

red 219 ◦ green 205 ◦ blue 119

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

Shades of Wild Rice #DBCD77

Tints of Wild Rice #DBCD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.92%

R = 40.33%
G = 37.75%
B = 21.92%

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

#DBCD77 (or 0xDBCD77) is known color: Wild Rice. HEX triplet: DB, CD and 77. RGB value is (219,205,119). Sum of RGB (Red+Green+Blue) = 219+205+119=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD77 is #243288. Grayscale: #C7C7C7. Windows color (decimal): -2372233 or 7851483. OLE color: 7851483.

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

Color convert

RGB 219 205 119 -
CMYK 0 0.06 0.46 0.14
HSL 51.6º 0.58% 0.66% -
HSV(B) 51.6º 0.46% 0.86% -
XYZ 54.37 60.05 26.18 -
YUV 199.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 219 205 119 0 0.06 0.46 0.14 51.6 0.58 0.66
Hex DB CD 77 0 6 2E E 34 3A 42
Octal 333 315 167 0 6 56 16 64 72 102
Binary 11011011 11001101 1110111 0 110 101110 1110 110100 111010 1000010

Color Harmonies of #DBCD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD77

Black with #DBCD77

Text Example


Text Example

White with #DBCD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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