Html Css Color HEX #DBC33C Wattle

📋 copy color: '#DBC33C'

red 219 ◦ green 195 ◦ blue 60

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

Shades of Wattle #DBC33C

Tints of Wattle #DBC33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.14%

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

R = 46.2%
G = 41.14%
B = 12.66%

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

#DBC33C (or 0xDBC33C) is known color: Wattle. HEX triplet: DB, C3 and 3C. RGB value is (219,195,60). Sum of RGB (Red+Green+Blue) = 219+195+60=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC33C is #243CC3. Grayscale: #BBBBBB. Windows color (decimal): -2374852 or 3982299. OLE color: 3982299.

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

Color convert

RGB 219 195 60 -
CMYK 0 0.11 0.73 0.14
HSL 50.94º 0.69% 0.55% -
HSV(B) 50.94º 0.73% 0.86% -
XYZ 49.54 54.42 12.17 -
YUV 186.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 219 195 60 0 0.11 0.73 0.14 50.94 0.69 0.55
Hex DB C3 3C 0 B 49 E 33 45 37
Octal 333 303 74 0 13 111 16 63 105 67
Binary 11011011 11000011 111100 0 1011 1001001 1110 110011 1000101 110111

Color Harmonies of #DBC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC33C

Black with #DBC33C

Text Example


Text Example

White with #DBC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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