Html Css Color HEX #DBC62D Barberry

📋 copy color: '#DBC62D'

red 219 ◦ green 198 ◦ blue 45

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

Shades of Barberry #DBC62D

Tints of Barberry #DBC62D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.86%

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

R = 47.4%
G = 42.86%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBC62D (or 0xDBC62D) is known color: Barberry. HEX triplet: DB, C6 and 2D. RGB value is (219,198,45). Sum of RGB (Red+Green+Blue) = 219+198+45=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC62D is #2439D2. Grayscale: #BBBBBB. Windows color (decimal): -2374099 or 3000027. OLE color: 3000027.

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

Color convert

RGB 219 198 45 -
CMYK 0 0.10 0.79 0.14
HSL 52.76º 0.71% 0.52% -
HSV(B) 52.76º 0.79% 0.86% -
XYZ 49.88 55.64 10.59 -
YUV 186.84 47.96 150.94 -
System Red Green Blue C M Y K H S L
Decimal 219 198 45 0 0.10 0.79 0.14 52.76 0.71 0.52
Hex DB C6 2D 0 A 4F E 35 47 34
Octal 333 306 55 0 12 117 16 65 107 64
Binary 11011011 11000110 101101 0 1010 1001111 1110 110101 1000111 110100

Color Harmonies of #DBC62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC62D

Black with #DBC62D

Text Example


Text Example

White with #DBC62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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