Html Css Color HEX #DBC43C Wattle

📋 copy color: '#DBC43C'

red 219 ◦ green 196 ◦ blue 60

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

Shades of Wattle #DBC43C

Tints of Wattle #DBC43C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.26%

 BLUE value IS 60 (23.83% from 255) = 12.63%

R = 46.11%
G = 41.26%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBC43C (or 0xDBC43C) is known color: Wattle. HEX triplet: DB, C4 and 3C. RGB value is (219,196,60). Sum of RGB (Red+Green+Blue) = 219+196+60=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC43C is #243BC3. Grayscale: #BBBBBB. Windows color (decimal): -2374596 or 3982555. OLE color: 3982555.

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

Color convert

RGB 219 196 60 -
CMYK 0 0.11 0.73 0.14
HSL 51.32º 0.69% 0.55% -
HSV(B) 51.32º 0.73% 0.86% -
XYZ 49.77 54.87 12.24 -
YUV 187.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 219 196 60 0 0.11 0.73 0.14 51.32 0.69 0.55
Hex DB C4 3C 0 B 49 E 33 45 37
Octal 333 304 74 0 13 111 16 63 105 67
Binary 11011011 11000100 111100 0 1011 1001001 1110 110011 1000101 110111

Color Harmonies of #DBC43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC43C

Black with #DBC43C

Text Example


Text Example

White with #DBC43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC43C; }

 p { color: rgb(219,196,60); }

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

background-color css

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

 a { background-color: rgb(219,196,60); }

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

border-color css

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

 span { border-color: rgb(219,196,60); }

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