Html Css Color HEX #DBCD75 Wild Rice

📋 copy color: '#DBCD75'

red 219 ◦ green 205 ◦ blue 117

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

Shades of Wild Rice #DBCD75

Tints of Wild Rice #DBCD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.63%

R = 40.48%
G = 37.89%
B = 21.63%

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

#DBCD75 (or 0xDBCD75) is known color: Wild Rice. HEX triplet: DB, CD and 75. RGB value is (219,205,117). Sum of RGB (Red+Green+Blue) = 219+205+117=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD75 is #24328A. Grayscale: #C7C7C7. Windows color (decimal): -2372235 or 7720411. OLE color: 7720411.

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

Color convert

RGB 219 205 117 -
CMYK 0 0.06 0.47 0.14
HSL 51.76º 0.59% 0.66% -
HSV(B) 51.76º 0.47% 0.86% -
XYZ 54.26 60.01 25.55 -
YUV 199.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 219 205 117 0 0.06 0.47 0.14 51.76 0.59 0.66
Hex DB CD 75 0 6 2F E 34 3B 42
Octal 333 315 165 0 6 57 16 64 73 102
Binary 11011011 11001101 1110101 0 110 101111 1110 110100 111011 1000010

Color Harmonies of #DBCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD75

Black with #DBCD75

Text Example


Text Example

White with #DBCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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