Html Css Color HEX #DDDC14 Barberry

📋 copy color: '#DDDC14'

red 221 ◦ green 220 ◦ blue 20

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

Shades of Barberry #DDDC14

Tints of Barberry #DDDC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 20 (8.2% from 255) = 4.34%

R = 47.94%
G = 47.72%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDDC14 (or 0xDDDC14) is known color: Barberry. HEX triplet: DD, DC and 14. RGB value is (221,220,20). Sum of RGB (Red+Green+Blue) = 221+220+20=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC14 is #2223EB. Grayscale: #C6C6C6. Windows color (decimal): -2237420 or 1367261. OLE color: 1367261.

HSL color Cylindrical-coordinate representation of color #DDDC14: hue angle of 59.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDDC14 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 220 20 -
CMYK 0 0.00 0.91 0.13
HSL 59.7º 0.83% 0.47% -
HSV(B) 59.7º 0.91% 0.87% -
XYZ 55.54 66.61 10.59 -
YUV 197.5 27.83 144.76 -
System Red Green Blue C M Y K H S L
Decimal 221 220 20 0 0.00 0.91 0.13 59.7 0.83 0.47
Hex DD DC 14 0 0 5B D 3C 53 2F
Octal 335 334 24 0 0 133 15 74 123 57
Binary 11011101 11011100 10100 0 0 1011011 1101 111100 1010011 101111

Color Harmonies of #DDDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC14

Black with #DDDC14

Text Example


Text Example

White with #DDDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC14; }

 p { color: rgb(221,220,20); }

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

background-color css

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

 a { background-color: rgb(221,220,20); }

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

border-color css

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

 span { border-color: rgb(221,220,20); }

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