Html Css Color HEX #DCDB1A Barberry

📋 copy color: '#DCDB1A'

red 220 ◦ green 219 ◦ blue 26

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

Shades of Barberry #DCDB1A

Tints of Barberry #DCDB1A

RGB

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

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

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

R = 47.31%
G = 47.1%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCDB1A (or 0xDCDB1A) is known color: Barberry. HEX triplet: DC, DB and 1A. RGB value is (220,219,26). Sum of RGB (Red+Green+Blue) = 220+219+26=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB1A is #2324E5. Grayscale: #C6C6C6. Windows color (decimal): -2303206 or 1760220. OLE color: 1760220.

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

Color convert

RGB 220 219 26 -
CMYK 0 0.00 0.88 0.14
HSL 59.69º 0.79% 0.48% -
HSV(B) 59.69º 0.88% 0.86% -
XYZ 55.03 65.95 10.81 -
YUV 197.3 31.33 144.19 -
System Red Green Blue C M Y K H S L
Decimal 220 219 26 0 0.00 0.88 0.14 59.69 0.79 0.48
Hex DC DB 1A 0 0 58 E 3C 4F 30
Octal 334 333 32 0 0 130 16 74 117 60
Binary 11011100 11011011 11010 0 0 1011000 1110 111100 1001111 110000

Color Harmonies of #DCDB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB1A

Black with #DCDB1A

Text Example


Text Example

White with #DCDB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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