Html Css Color HEX #D1C021 Barberry

📋 copy color: '#D1C021'

red 209 ◦ green 192 ◦ blue 33

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

Shades of Barberry #D1C021

Tints of Barberry #D1C021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.24%

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

R = 48.16%
G = 44.24%
B = 7.6%

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

#D1C021 (or 0xD1C021) is known color: Barberry. HEX triplet: D1, C0 and 21. RGB value is (209,192,33). Sum of RGB (Red+Green+Blue) = 209+192+33=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C021 is #2E3FDE. Grayscale: #B3B3B3. Windows color (decimal): -3031007 or 2212049. OLE color: 2212049.

HSL color Cylindrical-coordinate representation of color #D1C021: hue angle of 54.2º 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 #D1C021 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 192 33 -
CMYK 0 0.08 0.84 0.18
HSL 54.2º 0.73% 0.47% -
HSV(B) 54.2º 0.84% 0.82% -
XYZ 45.42 51.36 8.96 -
YUV 178.96 45.63 149.43 -
System Red Green Blue C M Y K H S L
Decimal 209 192 33 0 0.08 0.84 0.18 54.2 0.73 0.47
Hex D1 C0 21 0 8 54 12 36 49 2F
Octal 321 300 41 0 10 124 22 66 111 57
Binary 11010001 11000000 100001 0 1000 1010100 10010 110110 1001001 101111

Color Harmonies of #D1C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C021

Black with #D1C021

Text Example


Text Example

White with #D1C021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C021; }

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

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

background-color css

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

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

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

border-color css

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

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

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