Html Css Color HEX #DBCD6D Wild Rice

📋 copy color: '#DBCD6D'

red 219 ◦ green 205 ◦ blue 109

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

Shades of Wild Rice #DBCD6D

Tints of Wild Rice #DBCD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.45%

R = 41.09%
G = 38.46%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBCD6D (or 0xDBCD6D) is known color: Wild Rice. HEX triplet: DB, CD and 6D. RGB value is (219,205,109). Sum of RGB (Red+Green+Blue) = 219+205+109=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD6D is #243292. Grayscale: #C6C6C6. Windows color (decimal): -2372243 or 7196123. OLE color: 7196123.

HSL color Cylindrical-coordinate representation of color #DBCD6D: hue angle of 52.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBCD6D is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 109 -
CMYK 0 0.06 0.50 0.14
HSL 52.36º 0.6% 0.64% -
HSV(B) 52.36º 0.5% 0.86% -
XYZ 53.81 59.83 23.18 -
YUV 198.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 219 205 109 0 0.06 0.50 0.14 52.36 0.6 0.64
Hex DB CD 6D 0 6 32 E 34 3C 40
Octal 333 315 155 0 6 62 16 64 74 100
Binary 11011011 11001101 1101101 0 110 110010 1110 110100 111100 1000000

Color Harmonies of #DBCD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD6D

Black with #DBCD6D

Text Example


Text Example

White with #DBCD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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