Html Css Color HEX #DADC0F Barberry

📋 copy color: '#DADC0F'

red 218 ◦ green 220 ◦ blue 15

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

Shades of Barberry #DADC0F

Tints of Barberry #DADC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.31%

R = 48.12%
G = 48.57%
B = 3.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DADC0F (or 0xDADC0F) is known color: Barberry. HEX triplet: DA, DC and 0F. RGB value is (218,220,15). Sum of RGB (Red+Green+Blue) = 218+220+15=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC0F is #2523F0. Grayscale: #C4C4C4. Windows color (decimal): -2434033 or 1039578. OLE color: 1039578.

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

Color convert

RGB 218 220 15 -
CMYK 0.01 0 0.93 0.14
HSL 60.59º 0.87% 0.46% -
HSV(B) 60.59º 0.93% 0.86% -
XYZ 54.59 66.13 10.34 -
YUV 196.03 25.84 143.67 -
System Red Green Blue C M Y K H S L
Decimal 218 220 15 0.01 0 0.93 0.14 60.59 0.87 0.46
Hex DA DC F 1 0 5D E 3D 57 2E
Octal 332 334 17 1 0 135 16 75 127 56
Binary 11011010 11011100 1111 1 0 1011101 1110 111101 1010111 101110

Color Harmonies of #DADC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC0F

Black with #DADC0F

Text Example


Text Example

White with #DADC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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