Html Css Color HEX #DADC0B Barberry

📋 copy color: '#DADC0B'

red 218 ◦ green 220 ◦ blue 11

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

Shades of Barberry #DADC0B

Tints of Barberry #DADC0B

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 218 220 11 -
CMYK 0.01 0 0.95 0.14
HSL 60.57º 0.9% 0.45% -
HSV(B) 60.57º 0.95% 0.86% -
XYZ 54.57 66.12 10.2 -
YUV 195.58 23.84 143.99 -
System Red Green Blue C M Y K H S L
Decimal 218 220 11 0.01 0 0.95 0.14 60.57 0.9 0.45
Hex DA DC B 1 0 5F E 3D 5A 2D
Octal 332 334 13 1 0 137 16 75 132 55
Binary 11011010 11011100 1011 1 0 1011111 1110 111101 1011010 101101

Color Harmonies of #DADC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC0B

Black with #DADC0B

Text Example


Text Example

White with #DADC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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