Html Css Color HEX #D3BC26 Barberry

📋 copy color: '#D3BC26'

red 211 ◦ green 188 ◦ blue 38

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

Shades of Barberry #D3BC26

Tints of Barberry #D3BC26

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.02%

 BLUE value IS 38 (15.23% from 255) = 8.7%

R = 48.28%
G = 43.02%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D3BC26 (or 0xD3BC26) is known color: Barberry. HEX triplet: D3, BC and 26. RGB value is (211,188,38). Sum of RGB (Red+Green+Blue) = 211+188+38=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BC26 is #2C43D9. Grayscale: #B2B2B2. Windows color (decimal): -2900954 or 2538707. OLE color: 2538707.

HSL color Cylindrical-coordinate representation of color #D3BC26: hue angle of 52.02º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3BC26 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 188 38 -
CMYK 0 0.11 0.82 0.17
HSL 52.02º 0.69% 0.49% -
HSV(B) 52.02º 0.82% 0.83% -
XYZ 45.2 49.96 9.09 -
YUV 177.78 49.12 151.7 -
System Red Green Blue C M Y K H S L
Decimal 211 188 38 0 0.11 0.82 0.17 52.02 0.69 0.49
Hex D3 BC 26 0 B 52 11 34 45 31
Octal 323 274 46 0 13 122 21 64 105 61
Binary 11010011 10111100 100110 0 1011 1010010 10001 110100 1000101 110001

Color Harmonies of #D3BC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BC26

Black with #D3BC26

Text Example


Text Example

White with #D3BC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BC26; }

 p { color: rgb(211,188,38); }

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

background-color css

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

 a { background-color: rgb(211,188,38); }

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

border-color css

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

 span { border-color: rgb(211,188,38); }

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