Html Css Color HEX #D5C221 Barberry

📋 copy color: '#D5C221'

red 213 ◦ green 194 ◦ blue 33

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

Shades of Barberry #D5C221

Tints of Barberry #D5C221

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.09%

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

R = 48.41%
G = 44.09%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5C221 (or 0xD5C221) is known color: Barberry. HEX triplet: D5, C2 and 21. RGB value is (213,194,33). Sum of RGB (Red+Green+Blue) = 213+194+33=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C221 is #2A3DDE. Grayscale: #B5B5B5. Windows color (decimal): -2768351 or 2212565. OLE color: 2212565.

HSL color Cylindrical-coordinate representation of color #D5C221: hue angle of 53.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 #D5C221 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 194 33 -
CMYK 0 0.09 0.85 0.16
HSL 53.67º 0.73% 0.48% -
HSV(B) 53.67º 0.85% 0.84% -
XYZ 47.01 52.84 9.16 -
YUV 181.33 44.29 150.59 -
System Red Green Blue C M Y K H S L
Decimal 213 194 33 0 0.09 0.85 0.16 53.67 0.73 0.48
Hex D5 C2 21 0 9 55 10 36 49 30
Octal 325 302 41 0 11 125 20 66 111 60
Binary 11010101 11000010 100001 0 1001 1010101 10000 110110 1001001 110000

Color Harmonies of #D5C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C221

Black with #D5C221

Text Example


Text Example

White with #D5C221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C221; }

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

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

background-color css

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

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

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

border-color css

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

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

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