Html Css Color HEX #DBCD35 Wattle

📋 copy color: '#DBCD35'

red 219 ◦ green 205 ◦ blue 53

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

Shades of Wattle #DBCD35

Tints of Wattle #DBCD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.11%

R = 45.91%
G = 42.98%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBCD35 (or 0xDBCD35) is known color: Wattle. HEX triplet: DB, CD and 35. RGB value is (219,205,53). Sum of RGB (Red+Green+Blue) = 219+205+53=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 53 (21.09% from 255 or 11.11% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD35 is #2432CA. Grayscale: #C0C0C0. Windows color (decimal): -2372299 or 3526107. OLE color: 3526107.

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

Color convert

RGB 219 205 53 -
CMYK 0 0.06 0.76 0.14
HSL 54.94º 0.7% 0.53% -
HSV(B) 54.94º 0.76% 0.86% -
XYZ 51.69 58.98 12.03 -
YUV 191.86 49.64 147.36 -
System Red Green Blue C M Y K H S L
Decimal 219 205 53 0 0.06 0.76 0.14 54.94 0.7 0.53
Hex DB CD 35 0 6 4C E 37 46 35
Octal 333 315 65 0 6 114 16 67 106 65
Binary 11011011 11001101 110101 0 110 1001100 1110 110111 1000110 110101

Color Harmonies of #DBCD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD35

Black with #DBCD35

Text Example


Text Example

White with #DBCD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD35; }

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

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

background-color css

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

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

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

border-color css

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

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

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