Html Css Color HEX #DDD21C Barberry

📋 copy color: '#DDD21C'

red 221 ◦ green 210 ◦ blue 28

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

Shades of Barberry #DDD21C

Tints of Barberry #DDD21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.75%

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

R = 48.15%
G = 45.75%
B = 6.1%

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

#DDD21C (or 0xDDD21C) is known color: Barberry. HEX triplet: DD, D2 and 1C. RGB value is (221,210,28). Sum of RGB (Red+Green+Blue) = 221+210+28=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD21C is #222DE3. Grayscale: #C1C1C1. Windows color (decimal): -2239972 or 1888989. OLE color: 1888989.

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

Color convert

RGB 221 210 28 -
CMYK 0 0.05 0.87 0.13
HSL 56.58º 0.78% 0.49% -
HSV(B) 56.58º 0.87% 0.87% -
XYZ 53.07 61.55 10.18 -
YUV 192.54 35.14 148.3 -
System Red Green Blue C M Y K H S L
Decimal 221 210 28 0 0.05 0.87 0.13 56.58 0.78 0.49
Hex DD D2 1C 0 5 57 D 39 4E 31
Octal 335 322 34 0 5 127 15 71 116 61
Binary 11011101 11010010 11100 0 101 1010111 1101 111001 1001110 110001

Color Harmonies of #DDD21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD21C

Black with #DDD21C

Text Example


Text Example

White with #DDD21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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