Html Css Color HEX #D2C71A Barberry

📋 copy color: '#D2C71A'

red 210 ◦ green 199 ◦ blue 26

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

Shades of Barberry #D2C71A

Tints of Barberry #D2C71A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

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

R = 48.28%
G = 45.75%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2C71A (or 0xD2C71A) is known color: Barberry. HEX triplet: D2, C7 and 1A. RGB value is (210,199,26). Sum of RGB (Red+Green+Blue) = 210+199+26=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C71A is #2D38E5. Grayscale: #B7B7B7. Windows color (decimal): -2963686 or 1755090. OLE color: 1755090.

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

Color convert

RGB 210 199 26 -
CMYK 0 0.05 0.88 0.18
HSL 56.41º 0.78% 0.46% -
HSV(B) 56.41º 0.88% 0.82% -
XYZ 47.19 54.62 9.03 -
YUV 182.57 39.64 147.57 -
System Red Green Blue C M Y K H S L
Decimal 210 199 26 0 0.05 0.88 0.18 56.41 0.78 0.46
Hex D2 C7 1A 0 5 58 12 38 4E 2E
Octal 322 307 32 0 5 130 22 70 116 56
Binary 11010010 11000111 11010 0 101 1011000 10010 111000 1001110 101110

Color Harmonies of #D2C71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C71A

Black with #D2C71A

Text Example


Text Example

White with #D2C71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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