Html Css Color HEX #DBC72D Barberry

📋 copy color: '#DBC72D'

red 219 ◦ green 199 ◦ blue 45

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

Shades of Barberry #DBC72D

Tints of Barberry #DBC72D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.98%

 BLUE value IS 45 (17.97% from 255) = 9.72%

R = 47.3%
G = 42.98%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBC72D (or 0xDBC72D) is known color: Barberry. HEX triplet: DB, C7 and 2D. RGB value is (219,199,45). Sum of RGB (Red+Green+Blue) = 219+199+45=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC72D is #2438D2. Grayscale: #BCBCBC. Windows color (decimal): -2373843 or 3000283. OLE color: 3000283.

HSL color Cylindrical-coordinate representation of color #DBC72D: hue angle of 53.1º degrees, saturation: 0.71, 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 #DBC72D is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 199 45 -
CMYK 0 0.09 0.79 0.14
HSL 53.1º 0.71% 0.52% -
HSV(B) 53.1º 0.79% 0.86% -
XYZ 50.11 56.1 10.67 -
YUV 187.42 47.63 150.52 -
System Red Green Blue C M Y K H S L
Decimal 219 199 45 0 0.09 0.79 0.14 53.1 0.71 0.52
Hex DB C7 2D 0 9 4F E 35 47 34
Octal 333 307 55 0 11 117 16 65 107 64
Binary 11011011 11000111 101101 0 1001 1001111 1110 110101 1000111 110100

Color Harmonies of #DBC72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC72D

Black with #DBC72D

Text Example


Text Example

White with #DBC72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC72D; }

 p { color: rgb(219,199,45); }

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

background-color css

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

 a { background-color: rgb(219,199,45); }

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

border-color css

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

 span { border-color: rgb(219,199,45); }

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