Html Css Color HEX #DBD270 Wild Rice

📋 copy color: '#DBD270'

red 219 ◦ green 210 ◦ blue 112

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

Shades of Wild Rice #DBD270

Tints of Wild Rice #DBD270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.82%

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

R = 40.48%
G = 38.82%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBD270 (or 0xDBD270) is known color: Wild Rice. HEX triplet: DB, D2 and 70. RGB value is (219,210,112). Sum of RGB (Red+Green+Blue) = 219+210+112=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD270 is #242D8F. Grayscale: #C9C9C9. Windows color (decimal): -2370960 or 7394011. OLE color: 7394011.

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

Color convert

RGB 219 210 112 -
CMYK 0 0.04 0.49 0.14
HSL 54.95º 0.6% 0.65% -
HSV(B) 54.95º 0.49% 0.86% -
XYZ 55.18 62.32 24.45 -
YUV 201.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 219 210 112 0 0.04 0.49 0.14 54.95 0.6 0.65
Hex DB D2 70 0 4 31 E 37 3C 41
Octal 333 322 160 0 4 61 16 67 74 101
Binary 11011011 11010010 1110000 0 100 110001 1110 110111 111100 1000001

Color Harmonies of #DBD270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD270

Black with #DBD270

Text Example


Text Example

White with #DBD270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD270; }

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

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

background-color css

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

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

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

border-color css

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

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

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