Html Css Color HEX #DBC32B Barberry

📋 copy color: '#DBC32B'

red 219 ◦ green 195 ◦ blue 43

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

Shades of Barberry #DBC32B

Tints of Barberry #DBC32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.41%

R = 47.92%
G = 42.67%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBC32B (or 0xDBC32B) is known color: Barberry. HEX triplet: DB, C3 and 2B. RGB value is (219,195,43). Sum of RGB (Red+Green+Blue) = 219+195+43=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC32B is #243CD4. Grayscale: #B9B9B9. Windows color (decimal): -2374869 or 2868187. OLE color: 2868187.

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

Color convert

RGB 219 195 43 -
CMYK 0 0.11 0.80 0.14
HSL 51.82º 0.71% 0.51% -
HSV(B) 51.82º 0.8% 0.86% -
XYZ 49.16 54.26 10.17 -
YUV 184.85 47.95 152.36 -
System Red Green Blue C M Y K H S L
Decimal 219 195 43 0 0.11 0.80 0.14 51.82 0.71 0.51
Hex DB C3 2B 0 B 50 E 34 47 33
Octal 333 303 53 0 13 120 16 64 107 63
Binary 11011011 11000011 101011 0 1011 1010000 1110 110100 1000111 110011

Color Harmonies of #DBC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC32B

Black with #DBC32B

Text Example


Text Example

White with #DBC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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