Html Css Color HEX #DADB14 Barberry

📋 copy color: '#DADB14'

red 218 ◦ green 219 ◦ blue 20

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

Shades of Barberry #DADB14

Tints of Barberry #DADB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.38%

R = 47.7%
G = 47.92%
B = 4.38%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DADB14 (or 0xDADB14) is known color: Barberry. HEX triplet: DA, DB and 14. RGB value is (218,219,20). Sum of RGB (Red+Green+Blue) = 218+219+20=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB14 is #2524EB. Grayscale: #C4C4C4. Windows color (decimal): -2434284 or 1367002. OLE color: 1367002.

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

Color convert

RGB 218 219 20 -
CMYK 0.00 0 0.91 0.14
HSL 60.3º 0.83% 0.47% -
HSV(B) 60.3º 0.91% 0.86% -
XYZ 54.37 65.62 10.46 -
YUV 196.02 28.67 143.68 -
System Red Green Blue C M Y K H S L
Decimal 218 219 20 0.00 0 0.91 0.14 60.3 0.83 0.47
Hex DA DB 14 0 0 5B E 3C 53 2F
Octal 332 333 24 0 0 133 16 74 123 57
Binary 11011010 11011011 10100 0 0 1011011 1110 111100 1010011 101111

Color Harmonies of #DADB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB14

Black with #DADB14

Text Example


Text Example

White with #DADB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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