Html Css Color HEX #DDD41A Barberry

📋 copy color: '#DDD41A'

red 221 ◦ green 212 ◦ blue 26

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

Shades of Barberry #DDD41A

Tints of Barberry #DDD41A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.19%

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

R = 48.15%
G = 46.19%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDD41A (or 0xDDD41A) is known color: Barberry. HEX triplet: DD, D4 and 1A. RGB value is (221,212,26). Sum of RGB (Red+Green+Blue) = 221+212+26=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 26 (10.55% from 255 or 5.66% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD41A is #222BE5. Grayscale: #C2C2C2. Windows color (decimal): -2239462 or 1758429. OLE color: 1758429.

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

Color convert

RGB 221 212 26 -
CMYK 0 0.04 0.88 0.13
HSL 57.23º 0.79% 0.48% -
HSV(B) 57.23º 0.88% 0.87% -
XYZ 53.55 62.53 10.23 -
YUV 193.49 33.48 147.62 -
System Red Green Blue C M Y K H S L
Decimal 221 212 26 0 0.04 0.88 0.13 57.23 0.79 0.48
Hex DD D4 1A 0 4 58 D 39 4F 30
Octal 335 324 32 0 4 130 15 71 117 60
Binary 11011101 11010100 11010 0 100 1011000 1101 111001 1001111 110000

Color Harmonies of #DDD41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD41A

Black with #DDD41A

Text Example


Text Example

White with #DDD41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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