Html Css Color HEX #DBCD36 Wattle

📋 copy color: '#DBCD36'

red 219 ◦ green 205 ◦ blue 54

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

Shades of Wattle #DBCD36

Tints of Wattle #DBCD36

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.89%

 BLUE value IS 54 (21.48% from 255) = 11.3%

R = 45.82%
G = 42.89%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DBCD36 (or 0xDBCD36) is known color: Wattle. HEX triplet: DB, CD and 36. RGB value is (219,205,54). Sum of RGB (Red+Green+Blue) = 219+205+54=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 54 (21.48% from 255 or 11.30% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD36 is #2432C9. Grayscale: #C0C0C0. Windows color (decimal): -2372298 or 3591643. OLE color: 3591643.

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

Color convert

RGB 219 205 54 -
CMYK 0 0.06 0.75 0.14
HSL 54.91º 0.7% 0.54% -
HSV(B) 54.91º 0.75% 0.86% -
XYZ 51.71 58.99 12.15 -
YUV 191.97 50.14 147.28 -
System Red Green Blue C M Y K H S L
Decimal 219 205 54 0 0.06 0.75 0.14 54.91 0.7 0.54
Hex DB CD 36 0 6 4B E 37 46 36
Octal 333 315 66 0 6 113 16 67 106 66
Binary 11011011 11001101 110110 0 110 1001011 1110 110111 1000110 110110

Color Harmonies of #DBCD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD36

Black with #DBCD36

Text Example


Text Example

White with #DBCD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD36; }

 p { color: rgb(219,205,54); }

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

background-color css

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

 a { background-color: rgb(219,205,54); }

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

border-color css

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

 span { border-color: rgb(219,205,54); }

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