Html Css Color HEX #DBCE75 Wild Rice

📋 copy color: '#DBCE75'

red 219 ◦ green 206 ◦ blue 117

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

Shades of Wild Rice #DBCE75

Tints of Wild Rice #DBCE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.59%

R = 40.41%
G = 38.01%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBCE75 (or 0xDBCE75) is known color: Wild Rice. HEX triplet: DB, CE and 75. RGB value is (219,206,117). Sum of RGB (Red+Green+Blue) = 219+206+117=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE75 is #24318A. Grayscale: #C8C8C8. Windows color (decimal): -2371979 or 7720667. OLE color: 7720667.

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

Color convert

RGB 219 206 117 -
CMYK 0 0.06 0.47 0.14
HSL 52.35º 0.59% 0.66% -
HSV(B) 52.35º 0.47% 0.86% -
XYZ 54.5 60.49 25.63 -
YUV 199.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 219 206 117 0 0.06 0.47 0.14 52.35 0.59 0.66
Hex DB CE 75 0 6 2F E 34 3B 42
Octal 333 316 165 0 6 57 16 64 73 102
Binary 11011011 11001110 1110101 0 110 101111 1110 110100 111011 1000010

Color Harmonies of #DBCE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE75

Black with #DBCE75

Text Example


Text Example

White with #DBCE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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