Html Css Color HEX #DBC632 Wattle

📋 copy color: '#DBC632'

red 219 ◦ green 198 ◦ blue 50

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

Shades of Wattle #DBC632

Tints of Wattle #DBC632

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.4%

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

R = 46.9%
G = 42.4%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBC632 (or 0xDBC632) is known color: Wattle. HEX triplet: DB, C6 and 32. RGB value is (219,198,50). Sum of RGB (Red+Green+Blue) = 219+198+50=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC632 is #2439CD. Grayscale: #BCBCBC. Windows color (decimal): -2374094 or 3327707. OLE color: 3327707.

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

Color convert

RGB 219 198 50 -
CMYK 0 0.10 0.77 0.14
HSL 52.54º 0.7% 0.53% -
HSV(B) 52.54º 0.77% 0.86% -
XYZ 49.98 55.68 11.13 -
YUV 187.41 50.46 150.53 -
System Red Green Blue C M Y K H S L
Decimal 219 198 50 0 0.10 0.77 0.14 52.54 0.7 0.53
Hex DB C6 32 0 A 4D E 35 46 35
Octal 333 306 62 0 12 115 16 65 106 65
Binary 11011011 11000110 110010 0 1010 1001101 1110 110101 1000110 110101

Color Harmonies of #DBC632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC632

Black with #DBC632

Text Example


Text Example

White with #DBC632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC632; }

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

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

background-color css

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

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

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

border-color css

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

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

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