Html Css Color HEX #D2C51A Barberry

📋 copy color: '#D2C51A'

red 210 ◦ green 197 ◦ blue 26

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

Shades of Barberry #D2C51A

Tints of Barberry #D2C51A

RGB

 RED value IS 210 (82.42% from 255) = 48.5%

 GREEN value IS 197 (77.34% from 255) = 45.5%

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

R = 48.5%
G = 45.5%
B = 6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2C51A (or 0xD2C51A) is known color: Barberry. HEX triplet: D2, C5 and 1A. RGB value is (210,197,26). Sum of RGB (Red+Green+Blue) = 210+197+26=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C51A is #2D3AE5. Grayscale: #B6B6B6. Windows color (decimal): -2964198 or 1754578. OLE color: 1754578.

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

Color convert

RGB 210 197 26 -
CMYK 0 0.06 0.88 0.18
HSL 55.76º 0.78% 0.46% -
HSV(B) 55.76º 0.88% 0.82% -
XYZ 46.73 53.71 8.88 -
YUV 181.39 40.31 148.4 -
System Red Green Blue C M Y K H S L
Decimal 210 197 26 0 0.06 0.88 0.18 55.76 0.78 0.46
Hex D2 C5 1A 0 6 58 12 38 4E 2E
Octal 322 305 32 0 6 130 22 70 116 56
Binary 11010010 11000101 11010 0 110 1011000 10010 111000 1001110 101110

Color Harmonies of #D2C51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C51A

Black with #D2C51A

Text Example


Text Example

White with #D2C51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C51A; }

 p { color: rgb(210,197,26); }

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

background-color css

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

 a { background-color: rgb(210,197,26); }

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

border-color css

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

 span { border-color: rgb(210,197,26); }

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