Html Css Color HEX #DDD81A Barberry

📋 copy color: '#DDD81A'

red 221 ◦ green 216 ◦ blue 26

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

Shades of Barberry #DDD81A

Tints of Barberry #DDD81A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.65%

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

R = 47.73%
G = 46.65%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDD81A (or 0xDDD81A) is known color: Barberry. HEX triplet: DD, D8 and 1A. RGB value is (221,216,26). Sum of RGB (Red+Green+Blue) = 221+216+26=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD81A is #2227E5. Grayscale: #C4C4C4. Windows color (decimal): -2238438 or 1759453. OLE color: 1759453.

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

Color convert

RGB 221 216 26 -
CMYK 0 0.02 0.88 0.13
HSL 58.46º 0.79% 0.48% -
HSV(B) 58.46º 0.88% 0.87% -
XYZ 54.56 64.56 10.56 -
YUV 195.84 32.16 145.95 -
System Red Green Blue C M Y K H S L
Decimal 221 216 26 0 0.02 0.88 0.13 58.46 0.79 0.48
Hex DD D8 1A 0 2 58 D 3A 4F 30
Octal 335 330 32 0 2 130 15 72 117 60
Binary 11011101 11011000 11010 0 10 1011000 1101 111010 1001111 110000

Color Harmonies of #DDD81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD81A

Black with #DDD81A

Text Example


Text Example

White with #DDD81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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