Html Css Color HEX #DDD21E Barberry

📋 copy color: '#DDD21E'

red 221 ◦ green 210 ◦ blue 30

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

Shades of Barberry #DDD21E

Tints of Barberry #DDD21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.51%

R = 47.94%
G = 45.55%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDD21E (or 0xDDD21E) is known color: Barberry. HEX triplet: DD, D2 and 1E. RGB value is (221,210,30). Sum of RGB (Red+Green+Blue) = 221+210+30=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD21E is #222DE1. Grayscale: #C1C1C1. Windows color (decimal): -2239970 or 2020061. OLE color: 2020061.

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

Color convert

RGB 221 210 30 -
CMYK 0 0.05 0.86 0.13
HSL 56.54º 0.76% 0.49% -
HSV(B) 56.54º 0.86% 0.87% -
XYZ 53.1 61.56 10.31 -
YUV 192.77 36.14 148.14 -
System Red Green Blue C M Y K H S L
Decimal 221 210 30 0 0.05 0.86 0.13 56.54 0.76 0.49
Hex DD D2 1E 0 5 56 D 39 4C 31
Octal 335 322 36 0 5 126 15 71 114 61
Binary 11011101 11010010 11110 0 101 1010110 1101 111001 1001100 110001

Color Harmonies of #DDD21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD21E

Black with #DDD21E

Text Example


Text Example

White with #DDD21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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