Html Css Color HEX #DBC83C Wattle

📋 copy color: '#DBC83C'

red 219 ◦ green 200 ◦ blue 60

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

Shades of Wattle #DBC83C

Tints of Wattle #DBC83C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.75%

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

R = 45.72%
G = 41.75%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBC83C (or 0xDBC83C) is known color: Wattle. HEX triplet: DB, C8 and 3C. RGB value is (219,200,60). Sum of RGB (Red+Green+Blue) = 219+200+60=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC83C is #2437C3. Grayscale: #BEBEBE. Windows color (decimal): -2373572 or 3983579. OLE color: 3983579.

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

Color convert

RGB 219 200 60 -
CMYK 0 0.09 0.73 0.14
HSL 52.83º 0.69% 0.55% -
HSV(B) 52.83º 0.73% 0.86% -
XYZ 50.68 56.69 12.55 -
YUV 189.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 219 200 60 0 0.09 0.73 0.14 52.83 0.69 0.55
Hex DB C8 3C 0 9 49 E 35 45 37
Octal 333 310 74 0 11 111 16 65 105 67
Binary 11011011 11001000 111100 0 1001 1001001 1110 110101 1000101 110111

Color Harmonies of #DBC83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC83C

Black with #DBC83C

Text Example


Text Example

White with #DBC83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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