Html Css Color HEX #DBCE65 Wild Rice

📋 copy color: '#DBCE65'

red 219 ◦ green 206 ◦ blue 101

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

Shades of Wild Rice #DBCE65

Tints of Wild Rice #DBCE65

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.16%

 BLUE value IS 101 (39.84% from 255) = 19.2%

R = 41.63%
G = 39.16%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBCE65 (or 0xDBCE65) is known color: Wild Rice. HEX triplet: DB, CE and 65. RGB value is (219,206,101). Sum of RGB (Red+Green+Blue) = 219+206+101=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE65 is #24319A. Grayscale: #C6C6C6. Windows color (decimal): -2371995 or 6672091. OLE color: 6672091.

HSL color Cylindrical-coordinate representation of color #DBCE65: hue angle of 53.39º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBCE65 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 206 101 -
CMYK 0 0.06 0.54 0.14
HSL 53.39º 0.62% 0.63% -
HSV(B) 53.39º 0.54% 0.86% -
XYZ 53.63 60.14 21.09 -
YUV 197.92 73.31 143.04 -
System Red Green Blue C M Y K H S L
Decimal 219 206 101 0 0.06 0.54 0.14 53.39 0.62 0.63
Hex DB CE 65 0 6 36 E 35 3E 3F
Octal 333 316 145 0 6 66 16 65 76 77
Binary 11011011 11001110 1100101 0 110 110110 1110 110101 111110 111111

Color Harmonies of #DBCE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE65

Black with #DBCE65

Text Example


Text Example

White with #DBCE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE65; }

 p { color: rgb(219,206,101); }

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

background-color css

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

 a { background-color: rgb(219,206,101); }

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

border-color css

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

 span { border-color: rgb(219,206,101); }

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