Html Css Color HEX #DDD11C Barberry

📋 copy color: '#DDD11C'

red 221 ◦ green 209 ◦ blue 28

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

Shades of Barberry #DDD11C

Tints of Barberry #DDD11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.11%

R = 48.25%
G = 45.63%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDD11C (or 0xDDD11C) is known color: Barberry. HEX triplet: DD, D1 and 1C. RGB value is (221,209,28). Sum of RGB (Red+Green+Blue) = 221+209+28=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD11C is #222EE3. Grayscale: #C0C0C0. Windows color (decimal): -2240228 or 1888733. OLE color: 1888733.

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

Color convert

RGB 221 209 28 -
CMYK 0 0.05 0.87 0.13
HSL 56.27º 0.78% 0.49% -
HSV(B) 56.27º 0.87% 0.87% -
XYZ 52.83 61.06 10.1 -
YUV 191.95 35.48 148.72 -
System Red Green Blue C M Y K H S L
Decimal 221 209 28 0 0.05 0.87 0.13 56.27 0.78 0.49
Hex DD D1 1C 0 5 57 D 38 4E 31
Octal 335 321 34 0 5 127 15 70 116 61
Binary 11011101 11010001 11100 0 101 1010111 1101 111000 1001110 110001

Color Harmonies of #DDD11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD11C

Black with #DDD11C

Text Example


Text Example

White with #DDD11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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