Html Css Color HEX #DDDC1A Barberry

📋 copy color: '#DDDC1A'

red 221 ◦ green 220 ◦ blue 26

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

Shades of Barberry #DDDC1A

Tints of Barberry #DDDC1A

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #DDDC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC1A

Black with #DDDC1A

Text Example


Text Example

White with #DDDC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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