Html Css Color HEX #DCDD1A Barberry

📋 copy color: '#DCDD1A'

red 220 ◦ green 221 ◦ blue 26

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

Shades of Barberry #DCDD1A

Tints of Barberry #DCDD1A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.32%

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

R = 47.11%
G = 47.32%
B = 5.57%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DCDD1A (or 0xDCDD1A) is known color: Barberry. HEX triplet: DC, DD and 1A. RGB value is (220,221,26). Sum of RGB (Red+Green+Blue) = 220+221+26=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD1A is #2322E5. Grayscale: #C7C7C7. Windows color (decimal): -2302694 or 1760732. OLE color: 1760732.

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

Color convert

RGB 220 221 26 -
CMYK 0.00 0 0.88 0.13
HSL 60.31º 0.79% 0.48% -
HSV(B) 60.31º 0.88% 0.87% -
XYZ 55.56 67 10.98 -
YUV 198.47 30.67 143.36 -
System Red Green Blue C M Y K H S L
Decimal 220 221 26 0.00 0 0.88 0.13 60.31 0.79 0.48
Hex DC DD 1A 0 0 58 D 3C 4F 30
Octal 334 335 32 0 0 130 15 74 117 60
Binary 11011100 11011101 11010 0 0 1011000 1101 111100 1001111 110000

Color Harmonies of #DCDD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD1A

Black with #DCDD1A

Text Example


Text Example

White with #DCDD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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