Html Css Color HEX #DBC434 Wattle

📋 copy color: '#DBC434'

red 219 ◦ green 196 ◦ blue 52

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

Shades of Wattle #DBC434

Tints of Wattle #DBC434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 46.9%
G = 41.97%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBC434 (or 0xDBC434) is known color: Wattle. HEX triplet: DB, C4 and 34. RGB value is (219,196,52). Sum of RGB (Red+Green+Blue) = 219+196+52=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC434 is #243BCB. Grayscale: #BBBBBB. Windows color (decimal): -2374604 or 3458267. OLE color: 3458267.

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

Color convert

RGB 219 196 52 -
CMYK 0 0.11 0.76 0.14
HSL 51.74º 0.7% 0.53% -
HSV(B) 51.74º 0.76% 0.86% -
XYZ 49.57 54.79 11.21 -
YUV 186.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 219 196 52 0 0.11 0.76 0.14 51.74 0.7 0.53
Hex DB C4 34 0 B 4C E 34 46 35
Octal 333 304 64 0 13 114 16 64 106 65
Binary 11011011 11000100 110100 0 1011 1001100 1110 110100 1000110 110101

Color Harmonies of #DBC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC434

Black with #DBC434

Text Example


Text Example

White with #DBC434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC434; }

 p { color: rgb(219,196,52); }

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

background-color css

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

 a { background-color: rgb(219,196,52); }

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

border-color css

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

 span { border-color: rgb(219,196,52); }

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