Html Css Color HEX #D1CC1E Barberry

📋 copy color: '#D1CC1E'

red 209 ◦ green 204 ◦ blue 30

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

Shades of Barberry #D1CC1E

Tints of Barberry #D1CC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.77%

R = 47.18%
G = 46.05%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1CC1E (or 0xD1CC1E) is known color: Barberry. HEX triplet: D1, CC and 1E. RGB value is (209,204,30). Sum of RGB (Red+Green+Blue) = 209+204+30=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC1E is #2E33E1. Grayscale: #BABABA. Windows color (decimal): -3027938 or 2018513. OLE color: 2018513.

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

Color convert

RGB 209 204 30 -
CMYK 0 0.02 0.86 0.18
HSL 58.32º 0.75% 0.47% -
HSV(B) 58.32º 0.86% 0.82% -
XYZ 48.12 56.83 9.66 -
YUV 185.66 40.16 144.65 -
System Red Green Blue C M Y K H S L
Decimal 209 204 30 0 0.02 0.86 0.18 58.32 0.75 0.47
Hex D1 CC 1E 0 2 56 12 3A 4B 2F
Octal 321 314 36 0 2 126 22 72 113 57
Binary 11010001 11001100 11110 0 10 1010110 10010 111010 1001011 101111

Color Harmonies of #D1CC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC1E

Black with #D1CC1E

Text Example


Text Example

White with #D1CC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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