Html Css Color HEX #D1CC2C Barberry

📋 copy color: '#D1CC2C'

red 209 ◦ green 204 ◦ blue 44

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

Shades of Barberry #D1CC2C

Tints of Barberry #D1CC2C

RGB

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

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

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

R = 45.73%
G = 44.64%
B = 9.63%

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

#D1CC2C (or 0xD1CC2C) is known color: Barberry. HEX triplet: D1, CC and 2C. RGB value is (209,204,44). Sum of RGB (Red+Green+Blue) = 209+204+44=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC2C is #2E33D3. Grayscale: #BBBBBB. Windows color (decimal): -3027924 or 2936017. OLE color: 2936017.

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

Color convert

RGB 209 204 44 -
CMYK 0 0.02 0.79 0.18
HSL 58.18º 0.65% 0.5% -
HSV(B) 58.18º 0.79% 0.82% -
XYZ 48.34 56.92 10.82 -
YUV 187.26 47.16 143.51 -
System Red Green Blue C M Y K H S L
Decimal 209 204 44 0 0.02 0.79 0.18 58.18 0.65 0.5
Hex D1 CC 2C 0 2 4F 12 3A 41 32
Octal 321 314 54 0 2 117 22 72 101 62
Binary 11010001 11001100 101100 0 10 1001111 10010 111010 1000001 110010

Color Harmonies of #D1CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC2C

Black with #D1CC2C

Text Example


Text Example

White with #D1CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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