Html Css Color HEX #DADC09 Barberry

📋 copy color: '#DADC09'

red 218 ◦ green 220 ◦ blue 9

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

Shades of Barberry #DADC09

Tints of Barberry #DADC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.01%

R = 48.77%
G = 49.22%
B = 2.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DADC09 (or 0xDADC09) is known color: Barberry. HEX triplet: DA, DC and 09. RGB value is (218,220,9). Sum of RGB (Red+Green+Blue) = 218+220+9=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 9 (3.91% from 255 or 2.01% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC09 is #2523F6. Grayscale: #C4C4C4. Windows color (decimal): -2434039 or 646362. OLE color: 646362.

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

Color convert

RGB 218 220 9 -
CMYK 0.01 0 0.96 0.14
HSL 60.57º 0.92% 0.45% -
HSV(B) 60.57º 0.96% 0.86% -
XYZ 54.56 66.11 10.14 -
YUV 195.35 22.84 144.16 -
System Red Green Blue C M Y K H S L
Decimal 218 220 9 0.01 0 0.96 0.14 60.57 0.92 0.45
Hex DA DC 9 1 0 60 E 3D 5C 2D
Octal 332 334 11 1 0 140 16 75 134 55
Binary 11011010 11011100 1001 1 0 1100000 1110 111101 1011100 101101

Color Harmonies of #DADC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC09

Black with #DADC09

Text Example


Text Example

White with #DADC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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