Html Css Color HEX #DBCC6F Wild Rice

📋 copy color: '#DBCC6F'

red 219 ◦ green 204 ◦ blue 111

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

Shades of Wild Rice #DBCC6F

Tints of Wild Rice #DBCC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.79%

R = 41.01%
G = 38.2%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBCC6F (or 0xDBCC6F) is known color: Wild Rice. HEX triplet: DB, CC and 6F. RGB value is (219,204,111). Sum of RGB (Red+Green+Blue) = 219+204+111=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC6F is #243390. Grayscale: #C6C6C6. Windows color (decimal): -2372497 or 7326939. OLE color: 7326939.

HSL color Cylindrical-coordinate representation of color #DBCC6F: hue angle of 51.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBCC6F is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 204 111 -
CMYK 0 0.07 0.49 0.14
HSL 51.67º 0.6% 0.65% -
HSV(B) 51.67º 0.49% 0.86% -
XYZ 53.68 59.39 23.67 -
YUV 197.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 219 204 111 0 0.07 0.49 0.14 51.67 0.6 0.65
Hex DB CC 6F 0 7 31 E 34 3C 41
Octal 333 314 157 0 7 61 16 64 74 101
Binary 11011011 11001100 1101111 0 111 110001 1110 110100 111100 1000001

Color Harmonies of #DBCC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC6F

Black with #DBCC6F

Text Example


Text Example

White with #DBCC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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