Html Css Color HEX #D1CC1A Barberry

📋 copy color: '#D1CC1A'

red 209 ◦ green 204 ◦ blue 26

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

Shades of Barberry #D1CC1A

Tints of Barberry #D1CC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.92%

R = 47.61%
G = 46.47%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1CC1A (or 0xD1CC1A) is known color: Barberry. HEX triplet: D1, CC and 1A. RGB value is (209,204,26). Sum of RGB (Red+Green+Blue) = 209+204+26=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC1A is #2E33E5. Grayscale: #B9B9B9. Windows color (decimal): -3027942 or 1756369. OLE color: 1756369.

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

Color convert

RGB 209 204 26 -
CMYK 0 0.02 0.88 0.18
HSL 58.36º 0.78% 0.46% -
HSV(B) 58.36º 0.88% 0.82% -
XYZ 48.07 56.82 9.41 -
YUV 185.2 38.16 144.97 -
System Red Green Blue C M Y K H S L
Decimal 209 204 26 0 0.02 0.88 0.18 58.36 0.78 0.46
Hex D1 CC 1A 0 2 58 12 3A 4E 2E
Octal 321 314 32 0 2 130 22 72 116 56
Binary 11010001 11001100 11010 0 10 1011000 10010 111010 1001110 101110

Color Harmonies of #D1CC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC1A

Black with #D1CC1A

Text Example


Text Example

White with #D1CC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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