Html Css Color HEX #DCDA17 Barberry

📋 copy color: '#DCDA17'

red 220 ◦ green 218 ◦ blue 23

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

Shades of Barberry #DCDA17

Tints of Barberry #DCDA17

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

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

R = 47.72%
G = 47.29%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCDA17 (or 0xDCDA17) is known color: Barberry. HEX triplet: DC, DA and 17. RGB value is (220,218,23). Sum of RGB (Red+Green+Blue) = 220+218+23=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA17 is #2325E8. Grayscale: #C5C5C5. Windows color (decimal): -2303465 or 1563356. OLE color: 1563356.

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

Color convert

RGB 220 218 23 -
CMYK 0 0.01 0.90 0.14
HSL 59.39º 0.81% 0.48% -
HSV(B) 59.39º 0.9% 0.86% -
XYZ 54.74 65.42 10.55 -
YUV 196.37 30.16 144.86 -
System Red Green Blue C M Y K H S L
Decimal 220 218 23 0 0.01 0.90 0.14 59.39 0.81 0.48
Hex DC DA 17 0 1 5A E 3B 51 30
Octal 334 332 27 0 1 132 16 73 121 60
Binary 11011100 11011010 10111 0 1 1011010 1110 111011 1010001 110000

Color Harmonies of #DCDA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA17

Black with #DCDA17

Text Example


Text Example

White with #DCDA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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