Html Css Color HEX #D1CA2B Barberry

📋 copy color: '#D1CA2B'

red 209 ◦ green 202 ◦ blue 43

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

Shades of Barberry #D1CA2B

Tints of Barberry #D1CA2B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.49%

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

R = 46.04%
G = 44.49%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1CA2B (or 0xD1CA2B) is known color: Barberry. HEX triplet: D1, CA and 2B. RGB value is (209,202,43). Sum of RGB (Red+Green+Blue) = 209+202+43=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA2B is #2E35D4. Grayscale: #BABABA. Windows color (decimal): -3028437 or 2869969. OLE color: 2869969.

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

Color convert

RGB 209 202 43 -
CMYK 0 0.03 0.79 0.18
HSL 57.47º 0.66% 0.49% -
HSV(B) 57.47º 0.79% 0.82% -
XYZ 47.85 55.97 10.57 -
YUV 185.97 47.32 144.43 -
System Red Green Blue C M Y K H S L
Decimal 209 202 43 0 0.03 0.79 0.18 57.47 0.66 0.49
Hex D1 CA 2B 0 3 4F 12 39 42 31
Octal 321 312 53 0 3 117 22 71 102 61
Binary 11010001 11001010 101011 0 11 1001111 10010 111001 1000010 110001

Color Harmonies of #D1CA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CA2B

Black with #D1CA2B

Text Example


Text Example

White with #D1CA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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