Html Css Color HEX #DCDC09 Barberry

📋 copy color: '#DCDC09'

red 220 ◦ green 220 ◦ blue 9

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

Shades of Barberry #DCDC09

Tints of Barberry #DCDC09

RGB

 RED value IS 220 (86.33% from 255) = 49%

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

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

R = 49%
G = 49%
B = 2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCDC09 (or 0xDCDC09) is known color: Barberry. HEX triplet: DC, DC and 09. RGB value is (220,220,9). Sum of RGB (Red+Green+Blue) = 220+220+9=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDC09 is #2323F6. Grayscale: #C4C4C4. Windows color (decimal): -2302967 or 646364. OLE color: 646364.

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

Color convert

RGB 220 220 9 -
CMYK 0 0 0.96 0.14
HSL 60º 0.92% 0.45% -
HSV(B) 60º 0.96% 0.86% -
XYZ 55.16 66.42 10.17 -
YUV 195.95 22.5 145.16 -
System Red Green Blue C M Y K H S L
Decimal 220 220 9 0 0 0.96 0.14 60 0.92 0.45
Hex DC DC 9 0 0 60 E 3C 5C 2D
Octal 334 334 11 0 0 140 16 74 134 55
Binary 11011100 11011100 1001 0 0 1100000 1110 111100 1011100 101101

Color Harmonies of #DCDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC09

Black with #DCDC09

Text Example


Text Example

White with #DCDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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