Html Css Color HEX #D5C028 Barberry

📋 copy color: '#D5C028'

red 213 ◦ green 192 ◦ blue 40

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

Shades of Barberry #D5C028

Tints of Barberry #D5C028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.15%

 BLUE value IS 40 (16.02% from 255) = 8.99%

R = 47.87%
G = 43.15%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5C028 (or 0xD5C028) is known color: Barberry. HEX triplet: D5, C0 and 28. RGB value is (213,192,40). Sum of RGB (Red+Green+Blue) = 213+192+40=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C028 is #2A3FD7. Grayscale: #B5B5B5. Windows color (decimal): -2768856 or 2670805. OLE color: 2670805.

HSL color Cylindrical-coordinate representation of color #D5C028: hue angle of 52.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5C028 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 40 -
CMYK 0 0.10 0.81 0.16
HSL 52.72º 0.68% 0.5% -
HSV(B) 52.72º 0.81% 0.84% -
XYZ 46.67 52 9.58 -
YUV 180.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 213 192 40 0 0.10 0.81 0.16 52.72 0.68 0.5
Hex D5 C0 28 0 A 51 10 35 44 32
Octal 325 300 50 0 12 121 20 65 104 62
Binary 11010101 11000000 101000 0 1010 1010001 10000 110101 1000100 110010

Color Harmonies of #D5C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C028

Black with #D5C028

Text Example


Text Example

White with #D5C028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C028; }

 p { color: rgb(213,192,40); }

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

background-color css

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

 a { background-color: rgb(213,192,40); }

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

border-color css

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

 span { border-color: rgb(213,192,40); }

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