Html Css Color HEX #DBCF70 Wild Rice

📋 copy color: '#DBCF70'

red 219 ◦ green 207 ◦ blue 112

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

Shades of Wild Rice #DBCF70

Tints of Wild Rice #DBCF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.48%

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 40.71%
G = 38.48%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBCF70 (or 0xDBCF70) is known color: Wild Rice. HEX triplet: DB, CF and 70. RGB value is (219,207,112). Sum of RGB (Red+Green+Blue) = 219+207+112=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF70 is #24308F. Grayscale: #C8C8C8. Windows color (decimal): -2371728 or 7393243. OLE color: 7393243.

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

Color convert

RGB 219 207 112 -
CMYK 0 0.05 0.49 0.14
HSL 53.27º 0.6% 0.65% -
HSV(B) 53.27º 0.49% 0.86% -
XYZ 54.45 60.86 24.21 -
YUV 199.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 219 207 112 0 0.05 0.49 0.14 53.27 0.6 0.65
Hex DB CF 70 0 5 31 E 35 3C 41
Octal 333 317 160 0 5 61 16 65 74 101
Binary 11011011 11001111 1110000 0 101 110001 1110 110101 111100 1000001

Color Harmonies of #DBCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF70

Black with #DBCF70

Text Example


Text Example

White with #DBCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF70; }

 p { color: rgb(219,207,112); }

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

background-color css

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

 a { background-color: rgb(219,207,112); }

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

border-color css

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

 span { border-color: rgb(219,207,112); }

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