Html Css Color HEX #D2C51D Barberry

📋 copy color: '#D2C51D'

red 210 ◦ green 197 ◦ blue 29

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

Shades of Barberry #D2C51D

Tints of Barberry #D2C51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.65%

R = 48.17%
G = 45.18%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2C51D (or 0xD2C51D) is known color: Barberry. HEX triplet: D2, C5 and 1D. RGB value is (210,197,29). Sum of RGB (Red+Green+Blue) = 210+197+29=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C51D is #2D3AE2. Grayscale: #B6B6B6. Windows color (decimal): -2964195 or 1951186. OLE color: 1951186.

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

Color convert

RGB 210 197 29 -
CMYK 0 0.06 0.86 0.18
HSL 55.69º 0.76% 0.47% -
HSV(B) 55.69º 0.86% 0.82% -
XYZ 46.77 53.72 9.07 -
YUV 181.74 41.81 148.16 -
System Red Green Blue C M Y K H S L
Decimal 210 197 29 0 0.06 0.86 0.18 55.69 0.76 0.47
Hex D2 C5 1D 0 6 56 12 38 4C 2F
Octal 322 305 35 0 6 126 22 70 114 57
Binary 11010010 11000101 11101 0 110 1010110 10010 111000 1001100 101111

Color Harmonies of #D2C51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C51D

Black with #D2C51D

Text Example


Text Example

White with #D2C51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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