Html Css Color HEX #DDD51C Barberry

📋 copy color: '#DDD51C'

red 221 ◦ green 213 ◦ blue 28

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

Shades of Barberry #DDD51C

Tints of Barberry #DDD51C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.1%

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

R = 47.84%
G = 46.1%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDD51C (or 0xDDD51C) is known color: Barberry. HEX triplet: DD, D5 and 1C. RGB value is (221,213,28). Sum of RGB (Red+Green+Blue) = 221+213+28=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD51C is #222AE3. Grayscale: #C3C3C3. Windows color (decimal): -2239204 or 1889757. OLE color: 1889757.

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

Color convert

RGB 221 213 28 -
CMYK 0 0.04 0.87 0.13
HSL 57.51º 0.78% 0.49% -
HSV(B) 57.51º 0.87% 0.87% -
XYZ 53.82 63.04 10.43 -
YUV 194.3 34.15 147.04 -
System Red Green Blue C M Y K H S L
Decimal 221 213 28 0 0.04 0.87 0.13 57.51 0.78 0.49
Hex DD D5 1C 0 4 57 D 3A 4E 31
Octal 335 325 34 0 4 127 15 72 116 61
Binary 11011101 11010101 11100 0 100 1010111 1101 111010 1001110 110001

Color Harmonies of #DDD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD51C

Black with #DDD51C

Text Example


Text Example

White with #DDD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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