Html Css Color HEX #DBC92A Barberry

📋 copy color: '#DBC92A'

red 219 ◦ green 201 ◦ blue 42

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

Shades of Barberry #DBC92A

Tints of Barberry #DBC92A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.51%

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

R = 47.4%
G = 43.51%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBC92A (or 0xDBC92A) is known color: Barberry. HEX triplet: DB, C9 and 2A. RGB value is (219,201,42). Sum of RGB (Red+Green+Blue) = 219+201+42=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC92A is #2436D5. Grayscale: #BCBCBC. Windows color (decimal): -2373334 or 2804187. OLE color: 2804187.

HSL color Cylindrical-coordinate representation of color #DBC92A: hue angle of 53.9º 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 #DBC92A is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 42 -
CMYK 0 0.08 0.81 0.14
HSL 53.9º 0.71% 0.51% -
HSV(B) 53.9º 0.81% 0.86% -
XYZ 50.52 57 10.53 -
YUV 188.26 45.46 149.93 -
System Red Green Blue C M Y K H S L
Decimal 219 201 42 0 0.08 0.81 0.14 53.9 0.71 0.51
Hex DB C9 2A 0 8 51 E 36 47 33
Octal 333 311 52 0 10 121 16 66 107 63
Binary 11011011 11001001 101010 0 1000 1010001 1110 110110 1000111 110011

Color Harmonies of #DBC92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC92A

Black with #DBC92A

Text Example


Text Example

White with #DBC92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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