Html Css Color HEX #DBCC6D Wild Rice

📋 copy color: '#DBCC6D'

red 219 ◦ green 204 ◦ blue 109

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

Shades of Wild Rice #DBCC6D

Tints of Wild Rice #DBCC6D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

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

R = 41.17%
G = 38.35%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBCC6D (or 0xDBCC6D) is known color: Wild Rice. HEX triplet: DB, CC and 6D. RGB value is (219,204,109). Sum of RGB (Red+Green+Blue) = 219+204+109=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC6D is #243392. Grayscale: #C6C6C6. Windows color (decimal): -2372499 or 7195867. OLE color: 7195867.

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

Color convert

RGB 219 204 109 -
CMYK 0 0.07 0.50 0.14
HSL 51.82º 0.6% 0.64% -
HSV(B) 51.82º 0.5% 0.86% -
XYZ 53.57 59.35 23.1 -
YUV 197.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 219 204 109 0 0.07 0.50 0.14 51.82 0.6 0.64
Hex DB CC 6D 0 7 32 E 34 3C 40
Octal 333 314 155 0 7 62 16 64 74 100
Binary 11011011 11001100 1101101 0 111 110010 1110 110100 111100 1000000

Color Harmonies of #DBCC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC6D

Black with #DBCC6D

Text Example


Text Example

White with #DBCC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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