Html Css Color HEX #DBC12D Barberry

📋 copy color: '#DBC12D'

red 219 ◦ green 193 ◦ blue 45

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

Shades of Barberry #DBC12D

Tints of Barberry #DBC12D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.23%

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

R = 47.92%
G = 42.23%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBC12D (or 0xDBC12D) is known color: Barberry. HEX triplet: DB, C1 and 2D. RGB value is (219,193,45). Sum of RGB (Red+Green+Blue) = 219+193+45=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC12D is #243ED2. Grayscale: #B8B8B8. Windows color (decimal): -2375379 or 2998747. OLE color: 2998747.

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

Color convert

RGB 219 193 45 -
CMYK 0 0.12 0.79 0.14
HSL 51.03º 0.71% 0.52% -
HSV(B) 51.03º 0.79% 0.86% -
XYZ 48.76 53.39 10.22 -
YUV 183.9 49.61 153.03 -
System Red Green Blue C M Y K H S L
Decimal 219 193 45 0 0.12 0.79 0.14 51.03 0.71 0.52
Hex DB C1 2D 0 C 4F E 33 47 34
Octal 333 301 55 0 14 117 16 63 107 64
Binary 11011011 11000001 101101 0 1100 1001111 1110 110011 1000111 110100

Color Harmonies of #DBC12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC12D

Black with #DBC12D

Text Example


Text Example

White with #DBC12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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