Html Css Color HEX #DDD51B Barberry

📋 copy color: '#DDD51B'

red 221 ◦ green 213 ◦ blue 27

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

Shades of Barberry #DDD51B

Tints of Barberry #DDD51B

RGB

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

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

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

R = 47.94%
G = 46.2%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDD51B (or 0xDDD51B) is known color: Barberry. HEX triplet: DD, D5 and 1B. RGB value is (221,213,27). Sum of RGB (Red+Green+Blue) = 221+213+27=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD51B is #222AE4. Grayscale: #C2C2C2. Windows color (decimal): -2239205 or 1824221. OLE color: 1824221.

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

Color convert

RGB 221 213 27 -
CMYK 0 0.04 0.88 0.13
HSL 57.53º 0.78% 0.49% -
HSV(B) 57.53º 0.88% 0.87% -
XYZ 53.81 63.04 10.37 -
YUV 194.19 33.65 147.12 -
System Red Green Blue C M Y K H S L
Decimal 221 213 27 0 0.04 0.88 0.13 57.53 0.78 0.49
Hex DD D5 1B 0 4 58 D 3A 4E 31
Octal 335 325 33 0 4 130 15 72 116 61
Binary 11011101 11010101 11011 0 100 1011000 1101 111010 1001110 110001

Color Harmonies of #DDD51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD51B

Black with #DDD51B

Text Example


Text Example

White with #DDD51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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