Html Css Color HEX #DBC732 Wattle

📋 copy color: '#DBC732'

red 219 ◦ green 199 ◦ blue 50

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

Shades of Wattle #DBC732

Tints of Wattle #DBC732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.52%

 BLUE value IS 50 (19.92% from 255) = 10.68%

R = 46.79%
G = 42.52%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBC732 (or 0xDBC732) is known color: Wattle. HEX triplet: DB, C7 and 32. RGB value is (219,199,50). Sum of RGB (Red+Green+Blue) = 219+199+50=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC732 is #2438CD. Grayscale: #BCBCBC. Windows color (decimal): -2373838 or 3327963. OLE color: 3327963.

HSL color Cylindrical-coordinate representation of color #DBC732: hue angle of 52.9º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBC732 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 199 50 -
CMYK 0 0.09 0.77 0.14
HSL 52.9º 0.7% 0.53% -
HSV(B) 52.9º 0.77% 0.86% -
XYZ 50.21 56.14 11.21 -
YUV 187.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 219 199 50 0 0.09 0.77 0.14 52.9 0.7 0.53
Hex DB C7 32 0 9 4D E 35 46 35
Octal 333 307 62 0 11 115 16 65 106 65
Binary 11011011 11000111 110010 0 1001 1001101 1110 110101 1000110 110101

Color Harmonies of #DBC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC732

Black with #DBC732

Text Example


Text Example

White with #DBC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC732; }

 p { color: rgb(219,199,50); }

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

background-color css

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

 a { background-color: rgb(219,199,50); }

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

border-color css

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

 span { border-color: rgb(219,199,50); }

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