Html Css Color HEX #DADE12 Barberry

📋 copy color: '#DADE12'

red 218 ◦ green 222 ◦ blue 18

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

Shades of Barberry #DADE12

Tints of Barberry #DADE12

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.47%

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

R = 47.6%
G = 48.47%
B = 3.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DADE12 (or 0xDADE12) is known color: Barberry. HEX triplet: DA, DE and 12. RGB value is (218,222,18). Sum of RGB (Red+Green+Blue) = 218+222+18=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADE12 is #2521ED. Grayscale: #C6C6C6. Windows color (decimal): -2433518 or 1236698. OLE color: 1236698.

HSL color Cylindrical-coordinate representation of color #DADE12: hue angle of 61.18º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DADE12 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 18 -
CMYK 0.02 0 0.92 0.13
HSL 61.18º 0.85% 0.47% -
HSV(B) 61.18º 0.92% 0.87% -
XYZ 55.14 67.19 10.64 -
YUV 197.55 26.67 142.59 -
System Red Green Blue C M Y K H S L
Decimal 218 222 18 0.02 0 0.92 0.13 61.18 0.85 0.47
Hex DA DE 12 2 0 5C D 3D 55 2F
Octal 332 336 22 2 0 134 15 75 125 57
Binary 11011010 11011110 10010 10 0 1011100 1101 111101 1010101 101111

Color Harmonies of #DADE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE12

Black with #DADE12

Text Example


Text Example

White with #DADE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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