Html Css Color HEX #D3C71C Barberry

📋 copy color: '#D3C71C'

red 211 ◦ green 199 ◦ blue 28

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

Shades of Barberry #D3C71C

Tints of Barberry #D3C71C

RGB

 RED value IS 211 (82.81% from 255) = 48.17%

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

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

R = 48.17%
G = 45.43%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3C71C (or 0xD3C71C) is known color: Barberry. HEX triplet: D3, C7 and 1C. RGB value is (211,199,28). Sum of RGB (Red+Green+Blue) = 211+199+28=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C71C is #2C38E3. Grayscale: #B7B7B7. Windows color (decimal): -2898148 or 1886163. OLE color: 1886163.

HSL color Cylindrical-coordinate representation of color #D3C71C: hue angle of 56.07º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3C71C is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 199 28 -
CMYK 0 0.06 0.87 0.17
HSL 56.07º 0.77% 0.47% -
HSV(B) 56.07º 0.87% 0.83% -
XYZ 47.5 54.78 9.17 -
YUV 183.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 211 199 28 0 0.06 0.87 0.17 56.07 0.77 0.47
Hex D3 C7 1C 0 6 57 11 38 4D 2F
Octal 323 307 34 0 6 127 21 70 115 57
Binary 11010011 11000111 11100 0 110 1010111 10001 111000 1001101 101111

Color Harmonies of #D3C71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C71C

Black with #D3C71C

Text Example


Text Example

White with #D3C71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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