Html Css Color HEX #DAC922 Barberry

📋 copy color: '#DAC922'

red 218 ◦ green 201 ◦ blue 34

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

Shades of Barberry #DAC922

Tints of Barberry #DAC922

RGB

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

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

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

R = 48.12%
G = 44.37%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAC922 (or 0xDAC922) is known color: Barberry. HEX triplet: DA, C9 and 22. RGB value is (218,201,34). Sum of RGB (Red+Green+Blue) = 218+201+34=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC922 is #2536DD. Grayscale: #BBBBBB. Windows color (decimal): -2438878 or 2279898. OLE color: 2279898.

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

Color convert

RGB 218 201 34 -
CMYK 0 0.08 0.84 0.15
HSL 54.46º 0.73% 0.49% -
HSV(B) 54.46º 0.84% 0.85% -
XYZ 50.09 56.79 9.84 -
YUV 187.05 41.63 150.08 -
System Red Green Blue C M Y K H S L
Decimal 218 201 34 0 0.08 0.84 0.15 54.46 0.73 0.49
Hex DA C9 22 0 8 54 F 36 49 31
Octal 332 311 42 0 10 124 17 66 111 61
Binary 11011010 11001001 100010 0 1000 1010100 1111 110110 1001001 110001

Color Harmonies of #DAC922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC922

Black with #DAC922

Text Example


Text Example

White with #DAC922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC922; }

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

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

background-color css

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

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

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

border-color css

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

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

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