Html Css Color HEX #DBC03C Wattle

📋 copy color: '#DBC03C'

red 219 ◦ green 192 ◦ blue 60

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

Shades of Wattle #DBC03C

Tints of Wattle #DBC03C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

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

R = 46.5%
G = 40.76%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBC03C (or 0xDBC03C) is known color: Wattle. HEX triplet: DB, C0 and 3C. RGB value is (219,192,60). Sum of RGB (Red+Green+Blue) = 219+192+60=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC03C is #243FC3. Grayscale: #B9B9B9. Windows color (decimal): -2375620 or 3981531. OLE color: 3981531.

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

Color convert

RGB 219 192 60 -
CMYK 0 0.12 0.73 0.14
HSL 49.81º 0.69% 0.55% -
HSV(B) 49.81º 0.73% 0.86% -
XYZ 48.88 53.09 11.95 -
YUV 185.03 57.45 152.23 -
System Red Green Blue C M Y K H S L
Decimal 219 192 60 0 0.12 0.73 0.14 49.81 0.69 0.55
Hex DB C0 3C 0 C 49 E 32 45 37
Octal 333 300 74 0 14 111 16 62 105 67
Binary 11011011 11000000 111100 0 1100 1001001 1110 110010 1000101 110111

Color Harmonies of #DBC03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC03C

Black with #DBC03C

Text Example


Text Example

White with #DBC03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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