Html Css Color HEX #DCDB0A Barberry

📋 copy color: '#DCDB0A'

red 220 ◦ green 219 ◦ blue 10

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

Shades of Barberry #DCDB0A

Tints of Barberry #DCDB0A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.78%

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

R = 49%
G = 48.78%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCDB0A (or 0xDCDB0A) is known color: Barberry. HEX triplet: DC, DB and 0A. RGB value is (220,219,10). Sum of RGB (Red+Green+Blue) = 220+219+10=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDB0A is #2324F5. Grayscale: #C4C4C4. Windows color (decimal): -2303222 or 711644. OLE color: 711644.

HSL color Cylindrical-coordinate representation of color #DCDB0A: hue angle of 59.71º degrees, saturation: 0.91, 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 #DCDB0A is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 10 -
CMYK 0 0.00 0.95 0.14
HSL 59.71º 0.91% 0.45% -
HSV(B) 59.71º 0.95% 0.86% -
XYZ 54.9 65.9 10.11 -
YUV 195.47 23.33 145.49 -
System Red Green Blue C M Y K H S L
Decimal 220 219 10 0 0.00 0.95 0.14 59.71 0.91 0.45
Hex DC DB A 0 0 5F E 3C 5B 2D
Octal 334 333 12 0 0 137 16 74 133 55
Binary 11011100 11011011 1010 0 0 1011111 1110 111100 1011011 101101

Color Harmonies of #DCDB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB0A

Black with #DCDB0A

Text Example


Text Example

White with #DCDB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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