Html Css Color HEX #D1C321 Barberry

📋 copy color: '#D1C321'

red 209 ◦ green 195 ◦ blue 33

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

Shades of Barberry #D1C321

Tints of Barberry #D1C321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.62%

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

R = 47.83%
G = 44.62%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D1C321 (or 0xD1C321) is known color: Barberry. HEX triplet: D1, C3 and 21. RGB value is (209,195,33). Sum of RGB (Red+Green+Blue) = 209+195+33=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C321 is #2E3CDE. Grayscale: #B5B5B5. Windows color (decimal): -3030239 or 2212817. OLE color: 2212817.

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

Color convert

RGB 209 195 33 -
CMYK 0 0.07 0.84 0.18
HSL 55.23º 0.73% 0.47% -
HSV(B) 55.23º 0.84% 0.82% -
XYZ 46.08 52.7 9.18 -
YUV 180.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 209 195 33 0 0.07 0.84 0.18 55.23 0.73 0.47
Hex D1 C3 21 0 7 54 12 37 49 2F
Octal 321 303 41 0 7 124 22 67 111 57
Binary 11010001 11000011 100001 0 111 1010100 10010 110111 1001001 101111

Color Harmonies of #D1C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C321

Black with #D1C321

Text Example


Text Example

White with #D1C321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C321; }

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

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

background-color css

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

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

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

border-color css

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

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

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