Html Css Color HEX #D3C02E Barberry

📋 copy color: '#D3C02E'

red 211 ◦ green 192 ◦ blue 46

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

Shades of Barberry #D3C02E

Tints of Barberry #D3C02E

RGB

 RED value IS 211 (82.81% from 255) = 46.99%

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

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

R = 46.99%
G = 42.76%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3C02E (or 0xD3C02E) is known color: Barberry. HEX triplet: D3, C0 and 2E. RGB value is (211,192,46). Sum of RGB (Red+Green+Blue) = 211+192+46=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C02E is #2C3FD1. Grayscale: #B5B5B5. Windows color (decimal): -2899922 or 3064019. OLE color: 3064019.

HSL color Cylindrical-coordinate representation of color #D3C02E: hue angle of 53.09º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3C02E is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 192 46 -
CMYK 0 0.09 0.78 0.17
HSL 53.09º 0.65% 0.5% -
HSV(B) 53.09º 0.78% 0.83% -
XYZ 46.21 51.75 10.14 -
YUV 181.04 51.79 149.37 -
System Red Green Blue C M Y K H S L
Decimal 211 192 46 0 0.09 0.78 0.17 53.09 0.65 0.5
Hex D3 C0 2E 0 9 4E 11 35 41 32
Octal 323 300 56 0 11 116 21 65 101 62
Binary 11010011 11000000 101110 0 1001 1001110 10001 110101 1000001 110010

Color Harmonies of #D3C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C02E

Black with #D3C02E

Text Example


Text Example

White with #D3C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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