Html Css Color HEX #DAC81E Barberry

📋 copy color: '#DAC81E'

red 218 ◦ green 200 ◦ blue 30

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

Shades of Barberry #DAC81E

Tints of Barberry #DAC81E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.64%

 BLUE value IS 30 (12.11% from 255) = 6.7%

R = 48.66%
G = 44.64%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAC81E (or 0xDAC81E) is known color: Barberry. HEX triplet: DA, C8 and 1E. RGB value is (218,200,30). Sum of RGB (Red+Green+Blue) = 218+200+30=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC81E is #2537E1. Grayscale: #BABABA. Windows color (decimal): -2439138 or 2017498. OLE color: 2017498.

HSL color Cylindrical-coordinate representation of color #DAC81E: hue angle of 54.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAC81E is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 200 30 -
CMYK 0 0.08 0.86 0.15
HSL 54.26º 0.76% 0.49% -
HSV(B) 54.26º 0.86% 0.85% -
XYZ 49.8 56.31 9.47 -
YUV 186 39.96 150.82 -
System Red Green Blue C M Y K H S L
Decimal 218 200 30 0 0.08 0.86 0.15 54.26 0.76 0.49
Hex DA C8 1E 0 8 56 F 36 4C 31
Octal 332 310 36 0 10 126 17 66 114 61
Binary 11011010 11001000 11110 0 1000 1010110 1111 110110 1001100 110001

Color Harmonies of #DAC81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC81E

Black with #DAC81E

Text Example


Text Example

White with #DAC81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC81E; }

 p { color: rgb(218,200,30); }

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

background-color css

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

 a { background-color: rgb(218,200,30); }

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

border-color css

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

 span { border-color: rgb(218,200,30); }

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