Html Css Color HEX #D1C121 Barberry

📋 copy color: '#D1C121'

red 209 ◦ green 193 ◦ blue 33

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

Shades of Barberry #D1C121

Tints of Barberry #D1C121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.59%

R = 48.05%
G = 44.37%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D1C121 (or 0xD1C121) is known color: Barberry. HEX triplet: D1, C1 and 21. RGB value is (209,193,33). Sum of RGB (Red+Green+Blue) = 209+193+33=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C121 is #2E3EDE. Grayscale: #B4B4B4. Windows color (decimal): -3030751 or 2212305. OLE color: 2212305.

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

Color convert

RGB 209 193 33 -
CMYK 0 0.08 0.84 0.18
HSL 54.55º 0.73% 0.47% -
HSV(B) 54.55º 0.84% 0.82% -
XYZ 45.64 51.81 9.03 -
YUV 179.54 45.3 149.01 -
System Red Green Blue C M Y K H S L
Decimal 209 193 33 0 0.08 0.84 0.18 54.55 0.73 0.47
Hex D1 C1 21 0 8 54 12 37 49 2F
Octal 321 301 41 0 10 124 22 67 111 57
Binary 11010001 11000001 100001 0 1000 1010100 10010 110111 1001001 101111

Color Harmonies of #D1C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C121

Black with #D1C121

Text Example


Text Example

White with #D1C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C121; }

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

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

background-color css

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

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

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

border-color css

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

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

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