Html Css Color HEX #DAC91E Barberry

📋 copy color: '#DAC91E'

red 218 ◦ green 201 ◦ blue 30

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

Shades of Barberry #DAC91E

Tints of Barberry #DAC91E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.77%

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

R = 48.55%
G = 44.77%
B = 6.68%

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

#DAC91E (or 0xDAC91E) is known color: Barberry. HEX triplet: DA, C9 and 1E. RGB value is (218,201,30). Sum of RGB (Red+Green+Blue) = 218+201+30=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC91E is #2536E1. Grayscale: #BBBBBB. Windows color (decimal): -2438882 or 2017754. OLE color: 2017754.

HSL color Cylindrical-coordinate representation of color #DAC91E: hue angle of 54.57º 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 #DAC91E is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 30 -
CMYK 0 0.08 0.86 0.15
HSL 54.57º 0.76% 0.49% -
HSV(B) 54.57º 0.86% 0.85% -
XYZ 50.03 56.77 9.55 -
YUV 186.59 39.63 150.4 -
System Red Green Blue C M Y K H S L
Decimal 218 201 30 0 0.08 0.86 0.15 54.57 0.76 0.49
Hex DA C9 1E 0 8 56 F 37 4C 31
Octal 332 311 36 0 10 126 17 67 114 61
Binary 11011010 11001001 11110 0 1000 1010110 1111 110111 1001100 110001

Color Harmonies of #DAC91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC91E

Black with #DAC91E

Text Example


Text Example

White with #DAC91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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