Html Css Color HEX #DCDA18 Barberry

📋 copy color: '#DCDA18'

red 220 ◦ green 218 ◦ blue 24

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

Shades of Barberry #DCDA18

Tints of Barberry #DCDA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.19%

R = 47.62%
G = 47.19%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCDA18 (or 0xDCDA18) is known color: Barberry. HEX triplet: DC, DA and 18. RGB value is (220,218,24). Sum of RGB (Red+Green+Blue) = 220+218+24=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA18 is #2325E7. Grayscale: #C5C5C5. Windows color (decimal): -2303464 or 1628892. OLE color: 1628892.

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

Color convert

RGB 220 218 24 -
CMYK 0 0.01 0.89 0.14
HSL 59.39º 0.8% 0.48% -
HSV(B) 59.39º 0.89% 0.86% -
XYZ 54.75 65.42 10.61 -
YUV 196.48 30.66 144.77 -
System Red Green Blue C M Y K H S L
Decimal 220 218 24 0 0.01 0.89 0.14 59.39 0.8 0.48
Hex DC DA 18 0 1 59 E 3B 50 30
Octal 334 332 30 0 1 131 16 73 120 60
Binary 11011100 11011010 11000 0 1 1011001 1110 111011 1010000 110000

Color Harmonies of #DCDA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA18

Black with #DCDA18

Text Example


Text Example

White with #DCDA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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