Html Css Color HEX #DACF13 Barberry

📋 copy color: '#DACF13'

red 218 ◦ green 207 ◦ blue 19

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

Shades of Barberry #DACF13

Tints of Barberry #DACF13

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.62%

 BLUE value IS 19 (7.81% from 255) = 4.28%

R = 49.1%
G = 46.62%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DACF13 (or 0xDACF13) is known color: Barberry. HEX triplet: DA, CF and 13. RGB value is (218,207,19). Sum of RGB (Red+Green+Blue) = 218+207+19=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACF13 is #2530EC. Grayscale: #BDBDBD. Windows color (decimal): -2437357 or 1298394. OLE color: 1298394.

HSL color Cylindrical-coordinate representation of color #DACF13: hue angle of 56.68º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DACF13 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 207 19 -
CMYK 0 0.05 0.91 0.15
HSL 56.68º 0.84% 0.46% -
HSV(B) 56.68º 0.91% 0.85% -
XYZ 51.34 59.58 9.41 -
YUV 188.86 32.14 148.79 -
System Red Green Blue C M Y K H S L
Decimal 218 207 19 0 0.05 0.91 0.15 56.68 0.84 0.46
Hex DA CF 13 0 5 5B F 39 54 2E
Octal 332 317 23 0 5 133 17 71 124 56
Binary 11011010 11001111 10011 0 101 1011011 1111 111001 1010100 101110

Color Harmonies of #DACF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACF13

Black with #DACF13

Text Example


Text Example

White with #DACF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACF13; }

 p { color: rgb(218,207,19); }

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

background-color css

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

 a { background-color: rgb(218,207,19); }

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

border-color css

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

 span { border-color: rgb(218,207,19); }

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