Html Css Color HEX #DBCA34 Wattle

📋 copy color: '#DBCA34'

red 219 ◦ green 202 ◦ blue 52

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

Shades of Wattle #DBCA34

Tints of Wattle #DBCA34

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.71%

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

R = 46.3%
G = 42.71%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBCA34 (or 0xDBCA34) is known color: Wattle. HEX triplet: DB, CA and 34. RGB value is (219,202,52). Sum of RGB (Red+Green+Blue) = 219+202+52=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA34 is #2435CB. Grayscale: #BEBEBE. Windows color (decimal): -2373068 or 3459803. OLE color: 3459803.

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

Color convert

RGB 219 202 52 -
CMYK 0 0.08 0.76 0.14
HSL 53.89º 0.7% 0.53% -
HSV(B) 53.89º 0.76% 0.86% -
XYZ 50.95 57.55 11.67 -
YUV 189.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 219 202 52 0 0.08 0.76 0.14 53.89 0.7 0.53
Hex DB CA 34 0 8 4C E 36 46 35
Octal 333 312 64 0 10 114 16 66 106 65
Binary 11011011 11001010 110100 0 1000 1001100 1110 110110 1000110 110101

Color Harmonies of #DBCA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA34

Black with #DBCA34

Text Example


Text Example

White with #DBCA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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