Html Css Color HEX #D5C521 Barberry

📋 copy color: '#D5C521'

red 213 ◦ green 197 ◦ blue 33

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

Shades of Barberry #D5C521

Tints of Barberry #D5C521

RGB

 RED value IS 213 (83.59% from 255) = 48.08%

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

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

R = 48.08%
G = 44.47%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5C521 (or 0xD5C521) is known color: Barberry. HEX triplet: D5, C5 and 21. RGB value is (213,197,33). Sum of RGB (Red+Green+Blue) = 213+197+33=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C521 is #2A3ADE. Grayscale: #B7B7B7. Windows color (decimal): -2767583 or 2213333. OLE color: 2213333.

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

Color convert

RGB 213 197 33 -
CMYK 0 0.08 0.85 0.16
HSL 54.67º 0.73% 0.48% -
HSV(B) 54.67º 0.85% 0.84% -
XYZ 47.68 54.19 9.39 -
YUV 183.09 43.3 149.34 -
System Red Green Blue C M Y K H S L
Decimal 213 197 33 0 0.08 0.85 0.16 54.67 0.73 0.48
Hex D5 C5 21 0 8 55 10 37 49 30
Octal 325 305 41 0 10 125 20 67 111 60
Binary 11010101 11000101 100001 0 1000 1010101 10000 110111 1001001 110000

Color Harmonies of #D5C521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C521

Black with #D5C521

Text Example


Text Example

White with #D5C521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C521; }

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

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

background-color css

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

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

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

border-color css

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

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

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