Html Css Color HEX #DAC622 Barberry

📋 copy color: '#DAC622'

red 218 ◦ green 198 ◦ blue 34

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

Shades of Barberry #DAC622

Tints of Barberry #DAC622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.56%

R = 48.44%
G = 44%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAC622 (or 0xDAC622) is known color: Barberry. HEX triplet: DA, C6 and 22. RGB value is (218,198,34). Sum of RGB (Red+Green+Blue) = 218+198+34=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC622 is #2539DD. Grayscale: #B9B9B9. Windows color (decimal): -2439646 or 2279130. OLE color: 2279130.

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

Color convert

RGB 218 198 34 -
CMYK 0 0.09 0.84 0.15
HSL 53.48º 0.73% 0.49% -
HSV(B) 53.48º 0.84% 0.85% -
XYZ 49.4 55.41 9.6 -
YUV 185.28 42.63 151.34 -
System Red Green Blue C M Y K H S L
Decimal 218 198 34 0 0.09 0.84 0.15 53.48 0.73 0.49
Hex DA C6 22 0 9 54 F 35 49 31
Octal 332 306 42 0 11 124 17 65 111 61
Binary 11011010 11000110 100010 0 1001 1010100 1111 110101 1001001 110001

Color Harmonies of #DAC622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC622

Black with #DAC622

Text Example


Text Example

White with #DAC622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC622; }

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

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

background-color css

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

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

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

border-color css

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

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

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