Html Css Color HEX #D3BB26 Barberry

📋 copy color: '#D3BB26'

red 211 ◦ green 187 ◦ blue 38

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

Shades of Barberry #D3BB26

Tints of Barberry #D3BB26

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.89%

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

R = 48.39%
G = 42.89%
B = 8.72%

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

#D3BB26 (or 0xD3BB26) is known color: Barberry. HEX triplet: D3, BB and 26. RGB value is (211,187,38). Sum of RGB (Red+Green+Blue) = 211+187+38=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BB26 is #2C44D9. Grayscale: #B1B1B1. Windows color (decimal): -2901210 or 2538451. OLE color: 2538451.

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

Color convert

RGB 211 187 38 -
CMYK 0 0.11 0.82 0.17
HSL 51.68º 0.69% 0.49% -
HSV(B) 51.68º 0.82% 0.83% -
XYZ 44.98 49.53 9.02 -
YUV 177.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 211 187 38 0 0.11 0.82 0.17 51.68 0.69 0.49
Hex D3 BB 26 0 B 52 11 34 45 31
Octal 323 273 46 0 13 122 21 64 105 61
Binary 11010011 10111011 100110 0 1011 1010010 10001 110100 1000101 110001

Color Harmonies of #D3BB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BB26

Black with #D3BB26

Text Example


Text Example

White with #D3BB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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