Html Css Color HEX #DBCF72 Wild Rice

📋 copy color: '#DBCF72'

red 219 ◦ green 207 ◦ blue 114

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

Shades of Wild Rice #DBCF72

Tints of Wild Rice #DBCF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.11%

R = 40.56%
G = 38.33%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBCF72 (or 0xDBCF72) is known color: Wild Rice. HEX triplet: DB, CF and 72. RGB value is (219,207,114). Sum of RGB (Red+Green+Blue) = 219+207+114=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF72 is #24308D. Grayscale: #C8C8C8. Windows color (decimal): -2371726 or 7524315. OLE color: 7524315.

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

Color convert

RGB 219 207 114 -
CMYK 0 0.05 0.48 0.14
HSL 53.14º 0.59% 0.65% -
HSV(B) 53.14º 0.48% 0.86% -
XYZ 54.56 60.9 24.8 -
YUV 199.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 219 207 114 0 0.05 0.48 0.14 53.14 0.59 0.65
Hex DB CF 72 0 5 30 E 35 3B 41
Octal 333 317 162 0 5 60 16 65 73 101
Binary 11011011 11001111 1110010 0 101 110000 1110 110101 111011 1000001

Color Harmonies of #DBCF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF72

Black with #DBCF72

Text Example


Text Example

White with #DBCF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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