Html Css Color HEX #D3C81C Barberry

📋 copy color: '#D3C81C'

red 211 ◦ green 200 ◦ blue 28

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

Shades of Barberry #D3C81C

Tints of Barberry #D3C81C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.56%

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

R = 48.06%
G = 45.56%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3C81C (or 0xD3C81C) is known color: Barberry. HEX triplet: D3, C8 and 1C. RGB value is (211,200,28). Sum of RGB (Red+Green+Blue) = 211+200+28=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C81C is #2C37E3. Grayscale: #B8B8B8. Windows color (decimal): -2897892 or 1886419. OLE color: 1886419.

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

Color convert

RGB 211 200 28 -
CMYK 0 0.05 0.87 0.17
HSL 56.39º 0.77% 0.47% -
HSV(B) 56.39º 0.87% 0.83% -
XYZ 47.73 55.24 9.25 -
YUV 183.68 40.14 147.49 -
System Red Green Blue C M Y K H S L
Decimal 211 200 28 0 0.05 0.87 0.17 56.39 0.77 0.47
Hex D3 C8 1C 0 5 57 11 38 4D 2F
Octal 323 310 34 0 5 127 21 70 115 57
Binary 11010011 11001000 11100 0 101 1010111 10001 111000 1001101 101111

Color Harmonies of #D3C81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C81C

Black with #D3C81C

Text Example


Text Example

White with #D3C81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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