Html Css Color HEX #DAC02D Barberry

📋 copy color: '#DAC02D'

red 218 ◦ green 192 ◦ blue 45

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

Shades of Barberry #DAC02D

Tints of Barberry #DAC02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.2%

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

R = 47.91%
G = 42.2%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAC02D (or 0xDAC02D) is known color: Barberry. HEX triplet: DA, C0 and 2D. RGB value is (218,192,45). Sum of RGB (Red+Green+Blue) = 218+192+45=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC02D is #253FD2. Grayscale: #B7B7B7. Windows color (decimal): -2441171 or 2998490. OLE color: 2998490.

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

Color convert

RGB 218 192 45 -
CMYK 0 0.12 0.79 0.15
HSL 50.98º 0.7% 0.52% -
HSV(B) 50.98º 0.79% 0.85% -
XYZ 48.24 52.79 10.13 -
YUV 183.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 218 192 45 0 0.12 0.79 0.15 50.98 0.7 0.52
Hex DA C0 2D 0 C 4F F 33 46 34
Octal 332 300 55 0 14 117 17 63 106 64
Binary 11011010 11000000 101101 0 1100 1001111 1111 110011 1000110 110100

Color Harmonies of #DAC02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC02D

Black with #DAC02D

Text Example


Text Example

White with #DAC02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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