Html Css Color HEX #DAC62B Barberry

📋 copy color: '#DAC62B'

red 218 ◦ green 198 ◦ blue 43

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

Shades of Barberry #DAC62B

Tints of Barberry #DAC62B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.14%

 BLUE value IS 43 (17.19% from 255) = 9.37%

R = 47.49%
G = 43.14%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAC62B (or 0xDAC62B) is known color: Barberry. HEX triplet: DA, C6 and 2B. RGB value is (218,198,43). Sum of RGB (Red+Green+Blue) = 218+198+43=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 43 (17.19% from 255 or 9.37% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC62B is #2539D4. Grayscale: #BABABA. Windows color (decimal): -2439637 or 2868954. OLE color: 2868954.

HSL color Cylindrical-coordinate representation of color #DAC62B: hue angle of 53.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAC62B is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 198 43 -
CMYK 0 0.09 0.80 0.15
HSL 53.14º 0.7% 0.51% -
HSV(B) 53.14º 0.8% 0.85% -
XYZ 49.54 55.47 10.38 -
YUV 186.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 218 198 43 0 0.09 0.80 0.15 53.14 0.7 0.51
Hex DA C6 2B 0 9 50 F 35 46 33
Octal 332 306 53 0 11 120 17 65 106 63
Binary 11011010 11000110 101011 0 1001 1010000 1111 110101 1000110 110011

Color Harmonies of #DAC62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC62B

Black with #DAC62B

Text Example


Text Example

White with #DAC62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC62B; }

 p { color: rgb(218,198,43); }

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

background-color css

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

 a { background-color: rgb(218,198,43); }

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

border-color css

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

 span { border-color: rgb(218,198,43); }

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