Html Css Color HEX #D1C128 Barberry

📋 copy color: '#D1C128'

red 209 ◦ green 193 ◦ blue 40

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

Shades of Barberry #D1C128

Tints of Barberry #D1C128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.05%

R = 47.29%
G = 43.67%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D1C128 (or 0xD1C128) is known color: Barberry. HEX triplet: D1, C1 and 28. RGB value is (209,193,40). Sum of RGB (Red+Green+Blue) = 209+193+40=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C128 is #2E3ED7. Grayscale: #B4B4B4. Windows color (decimal): -3030744 or 2671057. OLE color: 2671057.

HSL color Cylindrical-coordinate representation of color #D1C128: hue angle of 54.32º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1C128 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 193 40 -
CMYK 0 0.08 0.81 0.18
HSL 54.32º 0.68% 0.49% -
HSV(B) 54.32º 0.81% 0.82% -
XYZ 45.75 51.85 9.6 -
YUV 180.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 209 193 40 0 0.08 0.81 0.18 54.32 0.68 0.49
Hex D1 C1 28 0 8 51 12 36 44 31
Octal 321 301 50 0 10 121 22 66 104 61
Binary 11010001 11000001 101000 0 1000 1010001 10010 110110 1000100 110001

Color Harmonies of #D1C128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C128

Black with #D1C128

Text Example


Text Example

White with #D1C128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C128; }

 p { color: rgb(209,193,40); }

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

background-color css

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

 a { background-color: rgb(209,193,40); }

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

border-color css

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

 span { border-color: rgb(209,193,40); }

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