Html Css Color HEX #DBC938 Wattle

📋 copy color: '#DBC938'

red 219 ◦ green 201 ◦ blue 56

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

Shades of Wattle #DBC938

Tints of Wattle #DBC938

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.23%

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

R = 46.01%
G = 42.23%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBC938 (or 0xDBC938) is known color: Wattle. HEX triplet: DB, C9 and 38. RGB value is (219,201,56). Sum of RGB (Red+Green+Blue) = 219+201+56=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC938 is #2436C7. Grayscale: #BEBEBE. Windows color (decimal): -2373320 or 3721691. OLE color: 3721691.

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

Color convert

RGB 219 201 56 -
CMYK 0 0.08 0.74 0.14
HSL 53.37º 0.69% 0.54% -
HSV(B) 53.37º 0.74% 0.86% -
XYZ 50.81 57.12 12.09 -
YUV 189.85 52.46 148.79 -
System Red Green Blue C M Y K H S L
Decimal 219 201 56 0 0.08 0.74 0.14 53.37 0.69 0.54
Hex DB C9 38 0 8 4A E 35 45 36
Octal 333 311 70 0 10 112 16 65 105 66
Binary 11011011 11001001 111000 0 1000 1001010 1110 110101 1000101 110110

Color Harmonies of #DBC938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC938

Black with #DBC938

Text Example


Text Example

White with #DBC938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC938; }

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

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

background-color css

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

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

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

border-color css

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

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

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