Html Css Color HEX #DBCE38 Wattle

📋 copy color: '#DBCE38'

red 219 ◦ green 206 ◦ blue 56

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

Shades of Wattle #DBCE38

Tints of Wattle #DBCE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.64%

R = 45.53%
G = 42.83%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBCE38 (or 0xDBCE38) is known color: Wattle. HEX triplet: DB, CE and 38. RGB value is (219,206,56). Sum of RGB (Red+Green+Blue) = 219+206+56=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE38 is #2431C7. Grayscale: #C1C1C1. Windows color (decimal): -2372040 or 3722971. OLE color: 3722971.

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

Color convert

RGB 219 206 56 -
CMYK 0 0.06 0.74 0.14
HSL 55.21º 0.69% 0.54% -
HSV(B) 55.21º 0.74% 0.86% -
XYZ 52 59.49 12.48 -
YUV 192.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 219 206 56 0 0.06 0.74 0.14 55.21 0.69 0.54
Hex DB CE 38 0 6 4A E 37 45 36
Octal 333 316 70 0 6 112 16 67 105 66
Binary 11011011 11001110 111000 0 110 1001010 1110 110111 1000101 110110

Color Harmonies of #DBCE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE38

Black with #DBCE38

Text Example


Text Example

White with #DBCE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE38; }

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

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

background-color css

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

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

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

border-color css

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

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

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