Html Css Color HEX #DCDA1A Barberry

📋 copy color: '#DCDA1A'

red 220 ◦ green 218 ◦ blue 26

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

Shades of Barberry #DCDA1A

Tints of Barberry #DCDA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.6%

R = 47.41%
G = 46.98%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCDA1A (or 0xDCDA1A) is known color: Barberry. HEX triplet: DC, DA and 1A. RGB value is (220,218,26). Sum of RGB (Red+Green+Blue) = 220+218+26=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA1A is #2325E5. Grayscale: #C5C5C5. Windows color (decimal): -2303462 or 1759964. OLE color: 1759964.

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

Color convert

RGB 220 218 26 -
CMYK 0 0.01 0.88 0.14
HSL 59.38º 0.79% 0.48% -
HSV(B) 59.38º 0.88% 0.86% -
XYZ 54.77 65.43 10.72 -
YUV 196.71 31.66 144.61 -
System Red Green Blue C M Y K H S L
Decimal 220 218 26 0 0.01 0.88 0.14 59.38 0.79 0.48
Hex DC DA 1A 0 1 58 E 3B 4F 30
Octal 334 332 32 0 1 130 16 73 117 60
Binary 11011100 11011010 11010 0 1 1011000 1110 111011 1001111 110000

Color Harmonies of #DCDA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA1A

Black with #DCDA1A

Text Example


Text Example

White with #DCDA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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