Html Css Color HEX #DAC328 Barberry

📋 copy color: '#DAC328'

red 218 ◦ green 195 ◦ blue 40

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

Shades of Barberry #DAC328

Tints of Barberry #DAC328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.05%

 BLUE value IS 40 (16.02% from 255) = 8.83%

R = 48.12%
G = 43.05%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAC328 (or 0xDAC328) is known color: Barberry. HEX triplet: DA, C3 and 28. RGB value is (218,195,40). Sum of RGB (Red+Green+Blue) = 218+195+40=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC328 is #253CD7. Grayscale: #B8B8B8. Windows color (decimal): -2440408 or 2671578. OLE color: 2671578.

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

Color convert

RGB 218 195 40 -
CMYK 0 0.11 0.82 0.15
HSL 52.25º 0.71% 0.51% -
HSV(B) 52.25º 0.82% 0.85% -
XYZ 48.81 54.09 9.88 -
YUV 184.21 46.62 152.1 -
System Red Green Blue C M Y K H S L
Decimal 218 195 40 0 0.11 0.82 0.15 52.25 0.71 0.51
Hex DA C3 28 0 B 52 F 34 47 33
Octal 332 303 50 0 13 122 17 64 107 63
Binary 11011010 11000011 101000 0 1011 1010010 1111 110100 1000111 110011

Color Harmonies of #DAC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC328

Black with #DAC328

Text Example


Text Example

White with #DAC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC328; }

 p { color: rgb(218,195,40); }

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

background-color css

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

 a { background-color: rgb(218,195,40); }

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

border-color css

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

 span { border-color: rgb(218,195,40); }

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