Html Css Color HEX #D5C920 Barberry

📋 copy color: '#D5C920'

red 213 ◦ green 201 ◦ blue 32

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

Shades of Barberry #D5C920

Tints of Barberry #D5C920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.07%

 BLUE value IS 32 (12.89% from 255) = 7.17%

R = 47.76%
G = 45.07%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5C920 (or 0xD5C920) is known color: Barberry. HEX triplet: D5, C9 and 20. RGB value is (213,201,32). Sum of RGB (Red+Green+Blue) = 213+201+32=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C920 is #2A36DF. Grayscale: #BABABA. Windows color (decimal): -2766560 or 2148821. OLE color: 2148821.

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

Color convert

RGB 213 201 32 -
CMYK 0 0.06 0.85 0.16
HSL 56.02º 0.74% 0.48% -
HSV(B) 56.02º 0.85% 0.84% -
XYZ 48.59 56.02 9.62 -
YUV 185.32 41.48 147.74 -
System Red Green Blue C M Y K H S L
Decimal 213 201 32 0 0.06 0.85 0.16 56.02 0.74 0.48
Hex D5 C9 20 0 6 55 10 38 4A 30
Octal 325 311 40 0 6 125 20 70 112 60
Binary 11010101 11001001 100000 0 110 1010101 10000 111000 1001010 110000

Color Harmonies of #D5C920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C920

Black with #D5C920

Text Example


Text Example

White with #D5C920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C920; }

 p { color: rgb(213,201,32); }

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

background-color css

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

 a { background-color: rgb(213,201,32); }

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

border-color css

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

 span { border-color: rgb(213,201,32); }

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