Html Css Color HEX #DAC42B Barberry

📋 copy color: '#DAC42B'

red 218 ◦ green 196 ◦ blue 43

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

Shades of Barberry #DAC42B

Tints of Barberry #DAC42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.89%

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

R = 47.7%
G = 42.89%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAC42B (or 0xDAC42B) is known color: Barberry. HEX triplet: DA, C4 and 2B. RGB value is (218,196,43). Sum of RGB (Red+Green+Blue) = 218+196+43=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC42B is #253BD4. Grayscale: #B9B9B9. Windows color (decimal): -2440149 or 2868442. OLE color: 2868442.

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

Color convert

RGB 218 196 43 -
CMYK 0 0.10 0.80 0.15
HSL 52.46º 0.7% 0.51% -
HSV(B) 52.46º 0.8% 0.85% -
XYZ 49.09 54.56 10.23 -
YUV 185.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 218 196 43 0 0.10 0.80 0.15 52.46 0.7 0.51
Hex DA C4 2B 0 A 50 F 34 46 33
Octal 332 304 53 0 12 120 17 64 106 63
Binary 11011010 11000100 101011 0 1010 1010000 1111 110100 1000110 110011

Color Harmonies of #DAC42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC42B

Black with #DAC42B

Text Example


Text Example

White with #DAC42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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