Html Css Color HEX #D1CC2B Barberry

📋 copy color: '#D1CC2B'

red 209 ◦ green 204 ◦ blue 43

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

Shades of Barberry #D1CC2B

Tints of Barberry #D1CC2B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.74%

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

R = 45.83%
G = 44.74%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1CC2B (or 0xD1CC2B) is known color: Barberry. HEX triplet: D1, CC and 2B. RGB value is (209,204,43). Sum of RGB (Red+Green+Blue) = 209+204+43=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC2B is #2E33D4. Grayscale: #BBBBBB. Windows color (decimal): -3027925 or 2870481. OLE color: 2870481.

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

Color convert

RGB 209 204 43 -
CMYK 0 0.02 0.79 0.18
HSL 58.19º 0.66% 0.49% -
HSV(B) 58.19º 0.79% 0.82% -
XYZ 48.32 56.92 10.72 -
YUV 187.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 209 204 43 0 0.02 0.79 0.18 58.19 0.66 0.49
Hex D1 CC 2B 0 2 4F 12 3A 42 31
Octal 321 314 53 0 2 117 22 72 102 61
Binary 11010001 11001100 101011 0 10 1001111 10010 111010 1000010 110001

Color Harmonies of #D1CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC2B

Black with #D1CC2B

Text Example


Text Example

White with #D1CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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