Html Css Color HEX #DBCD17 Barberry

📋 copy color: '#DBCD17'

red 219 ◦ green 205 ◦ blue 23

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

Shades of Barberry #DBCD17

Tints of Barberry #DBCD17

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.86%

 BLUE value IS 23 (9.38% from 255) = 5.15%

R = 48.99%
G = 45.86%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBCD17 (or 0xDBCD17) is known color: Barberry. HEX triplet: DB, CD and 17. RGB value is (219,205,23). Sum of RGB (Red+Green+Blue) = 219+205+23=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 23 (9.38% from 255 or 5.15% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD17 is #2432E8. Grayscale: #BDBDBD. Windows color (decimal): -2372329 or 1560027. OLE color: 1560027.

HSL color Cylindrical-coordinate representation of color #DBCD17: hue angle of 55.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBCD17 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 23 -
CMYK 0 0.06 0.89 0.14
HSL 55.71º 0.81% 0.47% -
HSV(B) 55.71º 0.89% 0.86% -
XYZ 51.2 58.78 9.46 -
YUV 188.44 34.64 149.8 -
System Red Green Blue C M Y K H S L
Decimal 219 205 23 0 0.06 0.89 0.14 55.71 0.81 0.47
Hex DB CD 17 0 6 59 E 38 51 2F
Octal 333 315 27 0 6 131 16 70 121 57
Binary 11011011 11001101 10111 0 110 1011001 1110 111000 1010001 101111

Color Harmonies of #DBCD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD17

Black with #DBCD17

Text Example


Text Example

White with #DBCD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD17; }

 p { color: rgb(219,205,23); }

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

background-color css

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

 a { background-color: rgb(219,205,23); }

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

border-color css

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

 span { border-color: rgb(219,205,23); }

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