Html Css Color HEX #DBD67C Wild Rice

📋 copy color: '#DBD67C'

red 219 ◦ green 214 ◦ blue 124

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

Shades of Wild Rice #DBD67C

Tints of Wild Rice #DBD67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.42%

 BLUE value IS 124 (48.83% from 255) = 22.26%

R = 39.32%
G = 38.42%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DBD67C (or 0xDBD67C) is known color: Wild Rice. HEX triplet: DB, D6 and 7C. RGB value is (219,214,124). Sum of RGB (Red+Green+Blue) = 219+214+124=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD67C is #242983. Grayscale: #CDCDCD. Windows color (decimal): -2369924 or 8181467. OLE color: 8181467.

HSL color Cylindrical-coordinate representation of color #DBD67C: hue angle of 56.84º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBD67C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 214 124 -
CMYK 0 0.02 0.43 0.14
HSL 56.84º 0.57% 0.67% -
HSV(B) 56.84º 0.43% 0.86% -
XYZ 56.9 64.61 28.54 -
YUV 205.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 219 214 124 0 0.02 0.43 0.14 56.84 0.57 0.67
Hex DB D6 7C 0 2 2B E 39 39 43
Octal 333 326 174 0 2 53 16 71 71 103
Binary 11011011 11010110 1111100 0 10 101011 1110 111001 111001 1000011

Color Harmonies of #DBD67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD67C

Black with #DBD67C

Text Example


Text Example

White with #DBD67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD67C; }

 p { color: rgb(219,214,124); }

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

background-color css

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

 a { background-color: rgb(219,214,124); }

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

border-color css

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

 span { border-color: rgb(219,214,124); }

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