Html Css Color HEX #D5C621 Barberry

📋 copy color: '#D5C621'

red 213 ◦ green 198 ◦ blue 33

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

Shades of Barberry #D5C621

Tints of Barberry #D5C621

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.59%

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

R = 47.97%
G = 44.59%
B = 7.43%

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

#D5C621 (or 0xD5C621) is known color: Barberry. HEX triplet: D5, C6 and 21. RGB value is (213,198,33). Sum of RGB (Red+Green+Blue) = 213+198+33=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C621 is #2A39DE. Grayscale: #B8B8B8. Windows color (decimal): -2767327 or 2213589. OLE color: 2213589.

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

Color convert

RGB 213 198 33 -
CMYK 0 0.07 0.85 0.16
HSL 55º 0.73% 0.48% -
HSV(B) 55º 0.85% 0.84% -
XYZ 47.91 54.64 9.46 -
YUV 183.68 42.97 148.92 -
System Red Green Blue C M Y K H S L
Decimal 213 198 33 0 0.07 0.85 0.16 55 0.73 0.48
Hex D5 C6 21 0 7 55 10 37 49 30
Octal 325 306 41 0 7 125 20 67 111 60
Binary 11010101 11000110 100001 0 111 1010101 10000 110111 1001001 110000

Color Harmonies of #D5C621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C621

Black with #D5C621

Text Example


Text Example

White with #D5C621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C621; }

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

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

background-color css

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

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

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

border-color css

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

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

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