Html Css Color HEX #D2C61A Barberry

📋 copy color: '#D2C61A'

red 210 ◦ green 198 ◦ blue 26

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

Shades of Barberry #D2C61A

Tints of Barberry #D2C61A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.62%

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

R = 48.39%
G = 45.62%
B = 5.99%

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

#D2C61A (or 0xD2C61A) is known color: Barberry. HEX triplet: D2, C6 and 1A. RGB value is (210,198,26). Sum of RGB (Red+Green+Blue) = 210+198+26=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C61A is #2D39E5. Grayscale: #B6B6B6. Windows color (decimal): -2963942 or 1754834. OLE color: 1754834.

HSL color Cylindrical-coordinate representation of color #D2C61A: hue angle of 56.09º 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 #D2C61A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 198 26 -
CMYK 0 0.06 0.88 0.18
HSL 56.09º 0.78% 0.46% -
HSV(B) 56.09º 0.88% 0.82% -
XYZ 46.96 54.16 8.96 -
YUV 181.98 39.98 147.99 -
System Red Green Blue C M Y K H S L
Decimal 210 198 26 0 0.06 0.88 0.18 56.09 0.78 0.46
Hex D2 C6 1A 0 6 58 12 38 4E 2E
Octal 322 306 32 0 6 130 22 70 116 56
Binary 11010010 11000110 11010 0 110 1011000 10010 111000 1001110 101110

Color Harmonies of #D2C61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C61A

Black with #D2C61A

Text Example


Text Example

White with #D2C61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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