Html Css Color HEX #D5C91A Barberry

📋 copy color: '#D5C91A'

red 213 ◦ green 201 ◦ blue 26

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

Shades of Barberry #D5C91A

Tints of Barberry #D5C91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.91%

R = 48.41%
G = 45.68%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5C91A (or 0xD5C91A) is known color: Barberry. HEX triplet: D5, C9 and 1A. RGB value is (213,201,26). Sum of RGB (Red+Green+Blue) = 213+201+26=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C91A is #2A36E5. Grayscale: #B9B9B9. Windows color (decimal): -2766566 or 1755605. OLE color: 1755605.

HSL color Cylindrical-coordinate representation of color #D5C91A: hue angle of 56.15º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5C91A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 201 26 -
CMYK 0 0.06 0.88 0.16
HSL 56.15º 0.78% 0.47% -
HSV(B) 56.15º 0.88% 0.84% -
XYZ 48.51 55.99 9.23 -
YUV 184.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 213 201 26 0 0.06 0.88 0.16 56.15 0.78 0.47
Hex D5 C9 1A 0 6 58 10 38 4E 2F
Octal 325 311 32 0 6 130 20 70 116 57
Binary 11010101 11001001 11010 0 110 1011000 10000 111000 1001110 101111

Color Harmonies of #D5C91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C91A

Black with #D5C91A

Text Example


Text Example

White with #D5C91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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