Html Css Color HEX #DDD11A Barberry

📋 copy color: '#DDD11A'

red 221 ◦ green 209 ◦ blue 26

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

Shades of Barberry #DDD11A

Tints of Barberry #DDD11A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.83%

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

R = 48.46%
G = 45.83%
B = 5.7%

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

#DDD11A (or 0xDDD11A) is known color: Barberry. HEX triplet: DD, D1 and 1A. RGB value is (221,209,26). Sum of RGB (Red+Green+Blue) = 221+209+26=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD11A is #222EE5. Grayscale: #C0C0C0. Windows color (decimal): -2240230 or 1757661. OLE color: 1757661.

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

Color convert

RGB 221 209 26 -
CMYK 0 0.05 0.88 0.13
HSL 56.31º 0.79% 0.48% -
HSV(B) 56.31º 0.88% 0.87% -
XYZ 52.81 61.05 9.98 -
YUV 191.73 34.48 148.88 -
System Red Green Blue C M Y K H S L
Decimal 221 209 26 0 0.05 0.88 0.13 56.31 0.79 0.48
Hex DD D1 1A 0 5 58 D 38 4F 30
Octal 335 321 32 0 5 130 15 70 117 60
Binary 11011101 11010001 11010 0 101 1011000 1101 111000 1001111 110000

Color Harmonies of #DDD11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD11A

Black with #DDD11A

Text Example


Text Example

White with #DDD11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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