Html Css Color HEX #DAC02E Barberry

📋 copy color: '#DAC02E'

red 218 ◦ green 192 ◦ blue 46

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

Shades of Barberry #DAC02E

Tints of Barberry #DAC02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.09%

R = 47.81%
G = 42.11%
B = 10.09%

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

#DAC02E (or 0xDAC02E) is known color: Barberry. HEX triplet: DA, C0 and 2E. RGB value is (218,192,46). Sum of RGB (Red+Green+Blue) = 218+192+46=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC02E is #253FD1. Grayscale: #B7B7B7. Windows color (decimal): -2441170 or 3064026. OLE color: 3064026.

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

Color convert

RGB 218 192 46 -
CMYK 0 0.12 0.79 0.15
HSL 50.93º 0.7% 0.52% -
HSV(B) 50.93º 0.79% 0.85% -
XYZ 48.26 52.8 10.23 -
YUV 183.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 218 192 46 0 0.12 0.79 0.15 50.93 0.7 0.52
Hex DA C0 2E 0 C 4F F 33 46 34
Octal 332 300 56 0 14 117 17 63 106 64
Binary 11011010 11000000 101110 0 1100 1001111 1111 110011 1000110 110100

Color Harmonies of #DAC02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC02E

Black with #DAC02E

Text Example


Text Example

White with #DAC02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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