Html Css Color HEX #DACE1A Barberry

📋 copy color: '#DACE1A'

red 218 ◦ green 206 ◦ blue 26

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

Shades of Barberry #DACE1A

Tints of Barberry #DACE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.78%

 BLUE value IS 26 (10.55% from 255) = 5.78%

R = 48.44%
G = 45.78%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DACE1A (or 0xDACE1A) is known color: Barberry. HEX triplet: DA, CE and 1A. RGB value is (218,206,26). Sum of RGB (Red+Green+Blue) = 218+206+26=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 26 (10.55% from 255 or 5.78% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE1A is #2531E5. Grayscale: #BDBDBD. Windows color (decimal): -2437606 or 1756890. OLE color: 1756890.

HSL color Cylindrical-coordinate representation of color #DACE1A: hue angle of 56.25º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DACE1A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 26 -
CMYK 0 0.06 0.88 0.15
HSL 56.25º 0.79% 0.48% -
HSV(B) 56.25º 0.88% 0.85% -
XYZ 51.17 59.12 9.69 -
YUV 189.07 35.98 148.64 -
System Red Green Blue C M Y K H S L
Decimal 218 206 26 0 0.06 0.88 0.15 56.25 0.79 0.48
Hex DA CE 1A 0 6 58 F 38 4F 30
Octal 332 316 32 0 6 130 17 70 117 60
Binary 11011010 11001110 11010 0 110 1011000 1111 111000 1001111 110000

Color Harmonies of #DACE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE1A

Black with #DACE1A

Text Example


Text Example

White with #DACE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE1A; }

 p { color: rgb(218,206,26); }

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

background-color css

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

 a { background-color: rgb(218,206,26); }

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

border-color css

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

 span { border-color: rgb(218,206,26); }

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