Html Css Color HEX #DBC438 Wattle

📋 copy color: '#DBC438'

red 219 ◦ green 196 ◦ blue 56

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

Shades of Wattle #DBC438

Tints of Wattle #DBC438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.89%

R = 46.5%
G = 41.61%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBC438 (or 0xDBC438) is known color: Wattle. HEX triplet: DB, C4 and 38. RGB value is (219,196,56). Sum of RGB (Red+Green+Blue) = 219+196+56=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC438 is #243BC7. Grayscale: #BBBBBB. Windows color (decimal): -2374600 or 3720411. OLE color: 3720411.

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

Color convert

RGB 219 196 56 -
CMYK 0 0.11 0.74 0.14
HSL 51.53º 0.69% 0.54% -
HSV(B) 51.53º 0.74% 0.86% -
XYZ 49.67 54.83 11.71 -
YUV 186.92 54.12 150.88 -
System Red Green Blue C M Y K H S L
Decimal 219 196 56 0 0.11 0.74 0.14 51.53 0.69 0.54
Hex DB C4 38 0 B 4A E 34 45 36
Octal 333 304 70 0 13 112 16 64 105 66
Binary 11011011 11000100 111000 0 1011 1001010 1110 110100 1000101 110110

Color Harmonies of #DBC438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC438

Black with #DBC438

Text Example


Text Example

White with #DBC438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC438; }

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

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

background-color css

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

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

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

border-color css

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

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

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