Html Css Color HEX #D1C226 Barberry

📋 copy color: '#D1C226'

red 209 ◦ green 194 ◦ blue 38

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

Shades of Barberry #D1C226

Tints of Barberry #D1C226

RGB

 RED value IS 209 (82.03% from 255) = 47.39%

 GREEN value IS 194 (76.17% from 255) = 43.99%

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

R = 47.39%
G = 43.99%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D1C226 (or 0xD1C226) is known color: Barberry. HEX triplet: D1, C2 and 26. RGB value is (209,194,38). Sum of RGB (Red+Green+Blue) = 209+194+38=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C226 is #2E3DD9. Grayscale: #B5B5B5. Windows color (decimal): -3030490 or 2540241. OLE color: 2540241.

HSL color Cylindrical-coordinate representation of color #D1C226: hue angle of 54.74º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1C226 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 194 38 -
CMYK 0 0.07 0.82 0.18
HSL 54.74º 0.69% 0.48% -
HSV(B) 54.74º 0.82% 0.82% -
XYZ 45.94 52.28 9.5 -
YUV 180.7 47.47 148.18 -
System Red Green Blue C M Y K H S L
Decimal 209 194 38 0 0.07 0.82 0.18 54.74 0.69 0.48
Hex D1 C2 26 0 7 52 12 37 45 30
Octal 321 302 46 0 7 122 22 67 105 60
Binary 11010001 11000010 100110 0 111 1010010 10010 110111 1000101 110000

Color Harmonies of #D1C226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C226

Black with #D1C226

Text Example


Text Example

White with #D1C226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C226; }

 p { color: rgb(209,194,38); }

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

background-color css

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

 a { background-color: rgb(209,194,38); }

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

border-color css

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

 span { border-color: rgb(209,194,38); }

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