Html Css Color HEX #DDD51A Barberry

📋 copy color: '#DDD51A'

red 221 ◦ green 213 ◦ blue 26

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

Shades of Barberry #DDD51A

Tints of Barberry #DDD51A

RGB

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

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

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

R = 48.04%
G = 46.3%
B = 5.65%

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

#DDD51A (or 0xDDD51A) is known color: Barberry. HEX triplet: DD, D5 and 1A. RGB value is (221,213,26). Sum of RGB (Red+Green+Blue) = 221+213+26=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD51A is #222AE5. Grayscale: #C2C2C2. Windows color (decimal): -2239206 or 1758685. OLE color: 1758685.

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

Color convert

RGB 221 213 26 -
CMYK 0 0.04 0.88 0.13
HSL 57.54º 0.79% 0.48% -
HSV(B) 57.54º 0.88% 0.87% -
XYZ 53.8 63.04 10.31 -
YUV 194.07 33.15 147.21 -
System Red Green Blue C M Y K H S L
Decimal 221 213 26 0 0.04 0.88 0.13 57.54 0.79 0.48
Hex DD D5 1A 0 4 58 D 3A 4F 30
Octal 335 325 32 0 4 130 15 72 117 60
Binary 11011101 11010101 11010 0 100 1011000 1101 111010 1001111 110000

Color Harmonies of #DDD51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD51A

Black with #DDD51A

Text Example


Text Example

White with #DDD51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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