Html Css Color HEX #DDDC0A Barberry

📋 copy color: '#DDDC0A'

red 221 ◦ green 220 ◦ blue 10

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

Shades of Barberry #DDDC0A

Tints of Barberry #DDDC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 49%
G = 48.78%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDDC0A (or 0xDDDC0A) is known color: Barberry. HEX triplet: DD, DC and 0A. RGB value is (221,220,10). Sum of RGB (Red+Green+Blue) = 221+220+10=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC0A is #2223F5. Grayscale: #C5C5C5. Windows color (decimal): -2237430 or 711901. OLE color: 711901.

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

Color convert

RGB 221 220 10 -
CMYK 0 0.00 0.95 0.13
HSL 59.72º 0.91% 0.45% -
HSV(B) 59.72º 0.95% 0.87% -
XYZ 55.47 66.58 10.22 -
YUV 196.36 22.83 145.58 -
System Red Green Blue C M Y K H S L
Decimal 221 220 10 0 0.00 0.95 0.13 59.72 0.91 0.45
Hex DD DC A 0 0 5F D 3C 5B 2D
Octal 335 334 12 0 0 137 15 74 133 55
Binary 11011101 11011100 1010 0 0 1011111 1101 111100 1011011 101101

Color Harmonies of #DDDC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC0A

Black with #DDDC0A

Text Example


Text Example

White with #DDDC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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