Html Css Color HEX #D1C62C Barberry

📋 copy color: '#D1C62C'

red 209 ◦ green 198 ◦ blue 44

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

Shades of Barberry #D1C62C

Tints of Barberry #D1C62C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.9%

 BLUE value IS 44 (17.58% from 255) = 9.76%

R = 46.34%
G = 43.9%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1C62C (or 0xD1C62C) is known color: Barberry. HEX triplet: D1, C6 and 2C. RGB value is (209,198,44). Sum of RGB (Red+Green+Blue) = 209+198+44=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C62C is #2E39D3. Grayscale: #B8B8B8. Windows color (decimal): -3029460 or 2934481. OLE color: 2934481.

HSL color Cylindrical-coordinate representation of color #D1C62C: hue angle of 56º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1C62C is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 198 44 -
CMYK 0 0.05 0.79 0.18
HSL 56º 0.65% 0.5% -
HSV(B) 56º 0.79% 0.82% -
XYZ 46.94 54.13 10.36 -
YUV 183.73 49.14 146.02 -
System Red Green Blue C M Y K H S L
Decimal 209 198 44 0 0.05 0.79 0.18 56 0.65 0.5
Hex D1 C6 2C 0 5 4F 12 38 41 32
Octal 321 306 54 0 5 117 22 70 101 62
Binary 11010001 11000110 101100 0 101 1001111 10010 111000 1000001 110010

Color Harmonies of #D1C62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C62C

Black with #D1C62C

Text Example


Text Example

White with #D1C62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C62C; }

 p { color: rgb(209,198,44); }

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

background-color css

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

 a { background-color: rgb(209,198,44); }

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

border-color css

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

 span { border-color: rgb(209,198,44); }

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