Html Css Color HEX #D1C62B Barberry

📋 copy color: '#D1C62B'

red 209 ◦ green 198 ◦ blue 43

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

Shades of Barberry #D1C62B

Tints of Barberry #D1C62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.56%

R = 46.44%
G = 44%
B = 9.56%

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

#D1C62B (or 0xD1C62B) is known color: Barberry. HEX triplet: D1, C6 and 2B. RGB value is (209,198,43). Sum of RGB (Red+Green+Blue) = 209+198+43=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C62B is #2E39D4. Grayscale: #B8B8B8. Windows color (decimal): -3029461 or 2868945. OLE color: 2868945.

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

Color convert

RGB 209 198 43 -
CMYK 0 0.05 0.79 0.18
HSL 56.02º 0.66% 0.49% -
HSV(B) 56.02º 0.79% 0.82% -
XYZ 46.92 54.12 10.26 -
YUV 183.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 209 198 43 0 0.05 0.79 0.18 56.02 0.66 0.49
Hex D1 C6 2B 0 5 4F 12 38 42 31
Octal 321 306 53 0 5 117 22 70 102 61
Binary 11010001 11000110 101011 0 101 1001111 10010 111000 1000010 110001

Color Harmonies of #D1C62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C62B

Black with #D1C62B

Text Example


Text Example

White with #D1C62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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