Html Css Color HEX #D3C521 Barberry

📋 copy color: '#D3C521'

red 211 ◦ green 197 ◦ blue 33

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

Shades of Barberry #D3C521

Tints of Barberry #D3C521

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.67%

 BLUE value IS 33 (13.28% from 255) = 7.48%

R = 47.85%
G = 44.67%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D3C521 (or 0xD3C521) is known color: Barberry. HEX triplet: D3, C5 and 21. RGB value is (211,197,33). Sum of RGB (Red+Green+Blue) = 211+197+33=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C521 is #2C3ADE. Grayscale: #B7B7B7. Windows color (decimal): -2898655 or 2213331. OLE color: 2213331.

HSL color Cylindrical-coordinate representation of color #D3C521: hue angle of 55.28º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3C521 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 197 33 -
CMYK 0 0.07 0.84 0.17
HSL 55.28º 0.73% 0.48% -
HSV(B) 55.28º 0.84% 0.83% -
XYZ 47.1 53.89 9.36 -
YUV 182.49 43.64 148.34 -
System Red Green Blue C M Y K H S L
Decimal 211 197 33 0 0.07 0.84 0.17 55.28 0.73 0.48
Hex D3 C5 21 0 7 54 11 37 49 30
Octal 323 305 41 0 7 124 21 67 111 60
Binary 11010011 11000101 100001 0 111 1010100 10001 110111 1001001 110000

Color Harmonies of #D3C521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C521

Black with #D3C521

Text Example


Text Example

White with #D3C521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C521; }

 p { color: rgb(211,197,33); }

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

background-color css

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

 a { background-color: rgb(211,197,33); }

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

border-color css

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

 span { border-color: rgb(211,197,33); }

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