Html Css Color HEX #DDD21A Barberry

📋 copy color: '#DDD21A'

red 221 ◦ green 210 ◦ blue 26

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

Shades of Barberry #DDD21A

Tints of Barberry #DDD21A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

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

R = 48.36%
G = 45.95%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDD21A (or 0xDDD21A) is known color: Barberry. HEX triplet: DD, D2 and 1A. RGB value is (221,210,26). Sum of RGB (Red+Green+Blue) = 221+210+26=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 26 (10.55% from 255 or 5.69% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD21A is #222DE5. Grayscale: #C1C1C1. Windows color (decimal): -2239974 or 1757917. OLE color: 1757917.

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

Color convert

RGB 221 210 26 -
CMYK 0 0.05 0.88 0.13
HSL 56.62º 0.79% 0.48% -
HSV(B) 56.62º 0.88% 0.87% -
XYZ 53.05 61.54 10.06 -
YUV 192.31 34.14 148.46 -
System Red Green Blue C M Y K H S L
Decimal 221 210 26 0 0.05 0.88 0.13 56.62 0.79 0.48
Hex DD D2 1A 0 5 58 D 39 4F 30
Octal 335 322 32 0 5 130 15 71 117 60
Binary 11011101 11010010 11010 0 101 1011000 1101 111001 1001111 110000

Color Harmonies of #DDD21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD21A

Black with #DDD21A

Text Example


Text Example

White with #DDD21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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