Html Css Color HEX #DDDC09 Barberry

📋 copy color: '#DDDC09'

red 221 ◦ green 220 ◦ blue 9

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

Shades of Barberry #DDDC09

Tints of Barberry #DDDC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2%

R = 49.11%
G = 48.89%
B = 2%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDDC09 (or 0xDDDC09) is known color: Barberry. HEX triplet: DD, DC and 09. RGB value is (221,220,9). Sum of RGB (Red+Green+Blue) = 221+220+9=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC09 is #2223F6. Grayscale: #C5C5C5. Windows color (decimal): -2237431 or 646365. OLE color: 646365.

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

Color convert

RGB 221 220 9 -
CMYK 0 0.00 0.96 0.13
HSL 59.72º 0.92% 0.45% -
HSV(B) 59.72º 0.96% 0.87% -
XYZ 55.46 66.58 10.19 -
YUV 196.25 22.33 145.66 -
System Red Green Blue C M Y K H S L
Decimal 221 220 9 0 0.00 0.96 0.13 59.72 0.92 0.45
Hex DD DC 9 0 0 60 D 3C 5C 2D
Octal 335 334 11 0 0 140 15 74 134 55
Binary 11011101 11011100 1001 0 0 1100000 1101 111100 1011100 101101

Color Harmonies of #DDDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC09

Black with #DDDC09

Text Example


Text Example

White with #DDDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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