Html Css Color HEX #DDD11B Barberry

📋 copy color: '#DDD11B'

red 221 ◦ green 209 ◦ blue 27

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

Shades of Barberry #DDD11B

Tints of Barberry #DDD11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.91%

R = 48.36%
G = 45.73%
B = 5.91%

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

#DDD11B (or 0xDDD11B) is known color: Barberry. HEX triplet: DD, D1 and 1B. RGB value is (221,209,27). Sum of RGB (Red+Green+Blue) = 221+209+27=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 27 (10.94% from 255 or 5.91% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD11B is #222EE4. Grayscale: #C0C0C0. Windows color (decimal): -2240229 or 1823197. OLE color: 1823197.

HSL color Cylindrical-coordinate representation of color #DDD11B: hue angle of 56.29º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDD11B is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 27 -
CMYK 0 0.05 0.88 0.13
HSL 56.29º 0.78% 0.49% -
HSV(B) 56.29º 0.88% 0.87% -
XYZ 52.82 61.05 10.04 -
YUV 191.84 34.98 148.8 -
System Red Green Blue C M Y K H S L
Decimal 221 209 27 0 0.05 0.88 0.13 56.29 0.78 0.49
Hex DD D1 1B 0 5 58 D 38 4E 31
Octal 335 321 33 0 5 130 15 70 116 61
Binary 11011101 11010001 11011 0 101 1011000 1101 111000 1001110 110001

Color Harmonies of #DDD11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD11B

Black with #DDD11B

Text Example


Text Example

White with #DDD11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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