Html Css Color HEX #D3C126 Barberry

📋 copy color: '#D3C126'

red 211 ◦ green 193 ◦ blue 38

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

Shades of Barberry #D3C126

Tints of Barberry #D3C126

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.67%

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

R = 47.74%
G = 43.67%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D3C126 (or 0xD3C126) is known color: Barberry. HEX triplet: D3, C1 and 26. RGB value is (211,193,38). Sum of RGB (Red+Green+Blue) = 211+193+38=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 38 (15.23% from 255 or 8.60% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C126 is #2C3ED9. Grayscale: #B5B5B5. Windows color (decimal): -2899674 or 2539987. OLE color: 2539987.

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

Color convert

RGB 211 193 38 -
CMYK 0 0.09 0.82 0.17
HSL 53.76º 0.69% 0.49% -
HSV(B) 53.76º 0.82% 0.83% -
XYZ 46.28 52.13 9.46 -
YUV 180.71 47.46 149.6 -
System Red Green Blue C M Y K H S L
Decimal 211 193 38 0 0.09 0.82 0.17 53.76 0.69 0.49
Hex D3 C1 26 0 9 52 11 36 45 31
Octal 323 301 46 0 11 122 21 66 105 61
Binary 11010011 11000001 100110 0 1001 1010010 10001 110110 1000101 110001

Color Harmonies of #D3C126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C126

Black with #D3C126

Text Example


Text Example

White with #D3C126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C126; }

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

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

background-color css

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

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

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

border-color css

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

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

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