Html Css Color HEX #D2C71C Barberry

📋 copy color: '#D2C71C'

red 210 ◦ green 199 ◦ blue 28

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

Shades of Barberry #D2C71C

Tints of Barberry #D2C71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.41%

R = 48.05%
G = 45.54%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2C71C (or 0xD2C71C) is known color: Barberry. HEX triplet: D2, C7 and 1C. RGB value is (210,199,28). Sum of RGB (Red+Green+Blue) = 210+199+28=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C71C is #2D38E3. Grayscale: #B7B7B7. Windows color (decimal): -2963684 or 1886162. OLE color: 1886162.

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

Color convert

RGB 210 199 28 -
CMYK 0 0.05 0.87 0.18
HSL 56.37º 0.76% 0.47% -
HSV(B) 56.37º 0.87% 0.82% -
XYZ 47.21 54.63 9.16 -
YUV 182.8 40.64 147.4 -
System Red Green Blue C M Y K H S L
Decimal 210 199 28 0 0.05 0.87 0.18 56.37 0.76 0.47
Hex D2 C7 1C 0 5 57 12 38 4C 2F
Octal 322 307 34 0 5 127 22 70 114 57
Binary 11010010 11000111 11100 0 101 1010111 10010 111000 1001100 101111

Color Harmonies of #D2C71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C71C

Black with #D2C71C

Text Example


Text Example

White with #D2C71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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