Html Css Color HEX #DBC42D Barberry

📋 copy color: '#DBC42D'

red 219 ◦ green 196 ◦ blue 45

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

Shades of Barberry #DBC42D

Tints of Barberry #DBC42D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.61%

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

R = 47.61%
G = 42.61%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBC42D (or 0xDBC42D) is known color: Barberry. HEX triplet: DB, C4 and 2D. RGB value is (219,196,45). Sum of RGB (Red+Green+Blue) = 219+196+45=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC42D is #243BD2. Grayscale: #BABABA. Windows color (decimal): -2374611 or 2999515. OLE color: 2999515.

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

Color convert

RGB 219 196 45 -
CMYK 0 0.11 0.79 0.14
HSL 52.07º 0.71% 0.52% -
HSV(B) 52.07º 0.79% 0.86% -
XYZ 49.43 54.73 10.44 -
YUV 185.66 48.62 151.78 -
System Red Green Blue C M Y K H S L
Decimal 219 196 45 0 0.11 0.79 0.14 52.07 0.71 0.52
Hex DB C4 2D 0 B 4F E 34 47 34
Octal 333 304 55 0 13 117 16 64 107 64
Binary 11011011 11000100 101101 0 1011 1001111 1110 110100 1000111 110100

Color Harmonies of #DBC42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC42D

Black with #DBC42D

Text Example


Text Example

White with #DBC42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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