Html Css Color HEX #D5C721 Barberry

📋 copy color: '#D5C721'

red 213 ◦ green 199 ◦ blue 33

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

Shades of Barberry #D5C721

Tints of Barberry #D5C721

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.72%

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

R = 47.87%
G = 44.72%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5C721 (or 0xD5C721) is known color: Barberry. HEX triplet: D5, C7 and 21. RGB value is (213,199,33). Sum of RGB (Red+Green+Blue) = 213+199+33=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C721 is #2A38DE. Grayscale: #B8B8B8. Windows color (decimal): -2767071 or 2213845. OLE color: 2213845.

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

Color convert

RGB 213 199 33 -
CMYK 0 0.07 0.85 0.16
HSL 55.33º 0.73% 0.48% -
HSV(B) 55.33º 0.85% 0.84% -
XYZ 48.14 55.1 9.54 -
YUV 184.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 213 199 33 0 0.07 0.85 0.16 55.33 0.73 0.48
Hex D5 C7 21 0 7 55 10 37 49 30
Octal 325 307 41 0 7 125 20 67 111 60
Binary 11010101 11000111 100001 0 111 1010101 10000 110111 1001001 110000

Color Harmonies of #D5C721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C721

Black with #D5C721

Text Example


Text Example

White with #D5C721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C721; }

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

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

background-color css

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

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

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

border-color css

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

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

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