Html Css Color HEX #D1C62D Barberry

📋 copy color: '#D1C62D'

red 209 ◦ green 198 ◦ blue 45

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

Shades of Barberry #D1C62D

Tints of Barberry #D1C62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.96%

R = 46.24%
G = 43.81%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1C62D (or 0xD1C62D) is known color: Barberry. HEX triplet: D1, C6 and 2D. RGB value is (209,198,45). Sum of RGB (Red+Green+Blue) = 209+198+45=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C62D is #2E39D2. Grayscale: #B8B8B8. Windows color (decimal): -3029459 or 3000017. OLE color: 3000017.

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

Color convert

RGB 209 198 45 -
CMYK 0 0.05 0.78 0.18
HSL 55.98º 0.65% 0.5% -
HSV(B) 55.98º 0.78% 0.82% -
XYZ 46.96 54.13 10.46 -
YUV 183.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 209 198 45 0 0.05 0.78 0.18 55.98 0.65 0.5
Hex D1 C6 2D 0 5 4E 12 38 41 32
Octal 321 306 55 0 5 116 22 70 101 62
Binary 11010001 11000110 101101 0 101 1001110 10010 111000 1000001 110010

Color Harmonies of #D1C62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C62D

Black with #D1C62D

Text Example


Text Example

White with #D1C62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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