Html Css Color HEX #DAC22D Barberry

📋 copy color: '#DAC22D'

red 218 ◦ green 194 ◦ blue 45

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

Shades of Barberry #DAC22D

Tints of Barberry #DAC22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.45%

 BLUE value IS 45 (17.97% from 255) = 9.85%

R = 47.7%
G = 42.45%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAC22D (or 0xDAC22D) is known color: Barberry. HEX triplet: DA, C2 and 2D. RGB value is (218,194,45). Sum of RGB (Red+Green+Blue) = 218+194+45=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC22D is #253DD2. Grayscale: #B8B8B8. Windows color (decimal): -2440659 or 2999002. OLE color: 2999002.

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

Color convert

RGB 218 194 45 -
CMYK 0 0.11 0.79 0.15
HSL 51.68º 0.7% 0.52% -
HSV(B) 51.68º 0.79% 0.85% -
XYZ 48.68 53.68 10.28 -
YUV 184.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 218 194 45 0 0.11 0.79 0.15 51.68 0.7 0.52
Hex DA C2 2D 0 B 4F F 34 46 34
Octal 332 302 55 0 13 117 17 64 106 64
Binary 11011010 11000010 101101 0 1011 1001111 1111 110100 1000110 110100

Color Harmonies of #DAC22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC22D

Black with #DAC22D

Text Example


Text Example

White with #DAC22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC22D; }

 p { color: rgb(218,194,45); }

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

background-color css

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

 a { background-color: rgb(218,194,45); }

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

border-color css

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

 span { border-color: rgb(218,194,45); }

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