Html Css Color HEX #DBC32C Barberry

📋 copy color: '#DBC32C'

red 219 ◦ green 195 ◦ blue 44

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

Shades of Barberry #DBC32C

Tints of Barberry #DBC32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.61%

R = 47.82%
G = 42.58%
B = 9.61%

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

#DBC32C (or 0xDBC32C) is known color: Barberry. HEX triplet: DB, C3 and 2C. RGB value is (219,195,44). Sum of RGB (Red+Green+Blue) = 219+195+44=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC32C is #243CD3. Grayscale: #B9B9B9. Windows color (decimal): -2374868 or 2933723. OLE color: 2933723.

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

Color convert

RGB 219 195 44 -
CMYK 0 0.11 0.80 0.14
HSL 51.77º 0.71% 0.52% -
HSV(B) 51.77º 0.8% 0.86% -
XYZ 49.18 54.27 10.27 -
YUV 184.96 48.45 152.28 -
System Red Green Blue C M Y K H S L
Decimal 219 195 44 0 0.11 0.80 0.14 51.77 0.71 0.52
Hex DB C3 2C 0 B 50 E 34 47 34
Octal 333 303 54 0 13 120 16 64 107 64
Binary 11011011 11000011 101100 0 1011 1010000 1110 110100 1000111 110100

Color Harmonies of #DBC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC32C

Black with #DBC32C

Text Example


Text Example

White with #DBC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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