Html Css Color HEX #DCDA0B Barberry

📋 copy color: '#DCDA0B'

red 220 ◦ green 218 ◦ blue 11

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

Shades of Barberry #DCDA0B

Tints of Barberry #DCDA0B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.55%

 BLUE value IS 11 (4.69% from 255) = 2.45%

R = 49%
G = 48.55%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCDA0B (or 0xDCDA0B) is known color: Barberry. HEX triplet: DC, DA and 0B. RGB value is (220,218,11). Sum of RGB (Red+Green+Blue) = 220+218+11=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA0B is #2325F4. Grayscale: #C3C3C3. Windows color (decimal): -2303477 or 776924. OLE color: 776924.

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

Color convert

RGB 220 218 11 -
CMYK 0 0.01 0.95 0.14
HSL 59.43º 0.9% 0.45% -
HSV(B) 59.43º 0.95% 0.86% -
XYZ 54.65 65.38 10.06 -
YUV 195 24.16 145.83 -
System Red Green Blue C M Y K H S L
Decimal 220 218 11 0 0.01 0.95 0.14 59.43 0.9 0.45
Hex DC DA B 0 1 5F E 3B 5A 2D
Octal 334 332 13 0 1 137 16 73 132 55
Binary 11011100 11011010 1011 0 1 1011111 1110 111011 1011010 101101

Color Harmonies of #DCDA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA0B

Black with #DCDA0B

Text Example


Text Example

White with #DCDA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA0B; }

 p { color: rgb(220,218,11); }

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

background-color css

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

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

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

border-color css

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

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

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