Html Css Color HEX #DADB12 Barberry

📋 copy color: '#DADB12'

red 218 ◦ green 219 ◦ blue 18

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

Shades of Barberry #DADB12

Tints of Barberry #DADB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.96%

R = 47.91%
G = 48.13%
B = 3.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DADB12 (or 0xDADB12) is known color: Barberry. HEX triplet: DA, DB and 12. RGB value is (218,219,18). Sum of RGB (Red+Green+Blue) = 218+219+18=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB12 is #2524ED. Grayscale: #C4C4C4. Windows color (decimal): -2434286 or 1235930. OLE color: 1235930.

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

Color convert

RGB 218 219 18 -
CMYK 0.00 0 0.92 0.14
HSL 60.3º 0.85% 0.46% -
HSV(B) 60.3º 0.92% 0.86% -
XYZ 54.35 65.61 10.37 -
YUV 195.79 27.67 143.84 -
System Red Green Blue C M Y K H S L
Decimal 218 219 18 0.00 0 0.92 0.14 60.3 0.85 0.46
Hex DA DB 12 0 0 5C E 3C 55 2E
Octal 332 333 22 0 0 134 16 74 125 56
Binary 11011010 11011011 10010 0 0 1011100 1110 111100 1010101 101110

Color Harmonies of #DADB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB12

Black with #DADB12

Text Example


Text Example

White with #DADB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB12; }

 p { color: rgb(218,219,18); }

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

background-color css

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

 a { background-color: rgb(218,219,18); }

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

border-color css

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

 span { border-color: rgb(218,219,18); }

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