Html Css Color HEX #DBD43A Wattle

📋 copy color: '#DBD43A'

red 219 ◦ green 212 ◦ blue 58

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

Shades of Wattle #DBD43A

Tints of Wattle #DBD43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.35%

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 44.79%
G = 43.35%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBD43A (or 0xDBD43A) is known color: Wattle. HEX triplet: DB, D4 and 3A. RGB value is (219,212,58). Sum of RGB (Red+Green+Blue) = 219+212+58=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD43A is #242BC5. Grayscale: #C5C5C5. Windows color (decimal): -2370502 or 3855579. OLE color: 3855579.

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

Color convert

RGB 219 212 58 -
CMYK 0 0.03 0.74 0.14
HSL 57.39º 0.69% 0.54% -
HSV(B) 57.39º 0.74% 0.86% -
XYZ 53.52 62.45 13.24 -
YUV 196.54 49.82 144.02 -
System Red Green Blue C M Y K H S L
Decimal 219 212 58 0 0.03 0.74 0.14 57.39 0.69 0.54
Hex DB D4 3A 0 3 4A E 39 45 36
Octal 333 324 72 0 3 112 16 71 105 66
Binary 11011011 11010100 111010 0 11 1001010 1110 111001 1000101 110110

Color Harmonies of #DBD43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD43A

Black with #DBD43A

Text Example


Text Example

White with #DBD43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD43A; }

 p { color: rgb(219,212,58); }

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

background-color css

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

 a { background-color: rgb(219,212,58); }

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

border-color css

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

 span { border-color: rgb(219,212,58); }

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