Html Css Color HEX #DBC22F Wattle

📋 copy color: '#DBC22F'

red 219 ◦ green 194 ◦ blue 47

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

Shades of Wattle #DBC22F

Tints of Wattle #DBC22F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 47 (18.75% from 255) = 10.22%

R = 47.61%
G = 42.17%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBC22F (or 0xDBC22F) is known color: Wattle. HEX triplet: DB, C2 and 2F. RGB value is (219,194,47). Sum of RGB (Red+Green+Blue) = 219+194+47=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC22F is #243DD0. Grayscale: #B9B9B9. Windows color (decimal): -2375121 or 3130075. OLE color: 3130075.

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

Color convert

RGB 219 194 47 -
CMYK 0 0.11 0.79 0.14
HSL 51.28º 0.7% 0.52% -
HSV(B) 51.28º 0.79% 0.86% -
XYZ 49.02 53.85 10.5 -
YUV 184.72 50.28 152.45 -
System Red Green Blue C M Y K H S L
Decimal 219 194 47 0 0.11 0.79 0.14 51.28 0.7 0.52
Hex DB C2 2F 0 B 4F E 33 46 34
Octal 333 302 57 0 13 117 16 63 106 64
Binary 11011011 11000010 101111 0 1011 1001111 1110 110011 1000110 110100

Color Harmonies of #DBC22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC22F

Black with #DBC22F

Text Example


Text Example

White with #DBC22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC22F; }

 p { color: rgb(219,194,47); }

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

background-color css

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

 a { background-color: rgb(219,194,47); }

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

border-color css

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

 span { border-color: rgb(219,194,47); }

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