Html Css Color HEX #DCDB17 Barberry

📋 copy color: '#DCDB17'

red 220 ◦ green 219 ◦ blue 23

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

Shades of Barberry #DCDB17

Tints of Barberry #DCDB17

RGB

 RED value IS 220 (86.33% from 255) = 47.62%

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

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

R = 47.62%
G = 47.4%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCDB17 (or 0xDCDB17) is known color: Barberry. HEX triplet: DC, DB and 17. RGB value is (220,219,23). Sum of RGB (Red+Green+Blue) = 220+219+23=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 23 (9.38% from 255 or 4.98% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDB17 is #2324E8. Grayscale: #C5C5C5. Windows color (decimal): -2303209 or 1563612. OLE color: 1563612.

HSL color Cylindrical-coordinate representation of color #DCDB17: hue angle of 59.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCDB17 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 23 -
CMYK 0 0.00 0.90 0.14
HSL 59.7º 0.81% 0.48% -
HSV(B) 59.7º 0.9% 0.86% -
XYZ 55 65.94 10.64 -
YUV 196.96 29.83 144.44 -
System Red Green Blue C M Y K H S L
Decimal 220 219 23 0 0.00 0.90 0.14 59.7 0.81 0.48
Hex DC DB 17 0 0 5A E 3C 51 30
Octal 334 333 27 0 0 132 16 74 121 60
Binary 11011100 11011011 10111 0 0 1011010 1110 111100 1010001 110000

Color Harmonies of #DCDB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB17

Black with #DCDB17

Text Example


Text Example

White with #DCDB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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