Html Css Color HEX #DBC32A Barberry

📋 copy color: '#DBC32A'

red 219 ◦ green 195 ◦ blue 42

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

Shades of Barberry #DBC32A

Tints of Barberry #DBC32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.76%

 BLUE value IS 42 (16.8% from 255) = 9.21%

R = 48.03%
G = 42.76%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBC32A (or 0xDBC32A) is known color: Barberry. HEX triplet: DB, C3 and 2A. RGB value is (219,195,42). Sum of RGB (Red+Green+Blue) = 219+195+42=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC32A is #243CD5. Grayscale: #B9B9B9. Windows color (decimal): -2374870 or 2802651. OLE color: 2802651.

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

Color convert

RGB 219 195 42 -
CMYK 0 0.11 0.81 0.14
HSL 51.86º 0.71% 0.51% -
HSV(B) 51.86º 0.81% 0.86% -
XYZ 49.15 54.26 10.07 -
YUV 184.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 219 195 42 0 0.11 0.81 0.14 51.86 0.71 0.51
Hex DB C3 2A 0 B 51 E 34 47 33
Octal 333 303 52 0 13 121 16 64 107 63
Binary 11011011 11000011 101010 0 1011 1010001 1110 110100 1000111 110011

Color Harmonies of #DBC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC32A

Black with #DBC32A

Text Example


Text Example

White with #DBC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC32A; }

 p { color: rgb(219,195,42); }

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

background-color css

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

 a { background-color: rgb(219,195,42); }

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

border-color css

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

 span { border-color: rgb(219,195,42); }

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