Html Css Color HEX #D1C01E Barberry

📋 copy color: '#D1C01E'

red 209 ◦ green 192 ◦ blue 30

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

Shades of Barberry #D1C01E

Tints of Barberry #D1C01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

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

R = 48.49%
G = 44.55%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1C01E (or 0xD1C01E) is known color: Barberry. HEX triplet: D1, C0 and 1E. RGB value is (209,192,30). Sum of RGB (Red+Green+Blue) = 209+192+30=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C01E is #2E3FE1. Grayscale: #B3B3B3. Windows color (decimal): -3031010 or 2015441. OLE color: 2015441.

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

Color convert

RGB 209 192 30 -
CMYK 0 0.08 0.86 0.18
HSL 54.3º 0.75% 0.47% -
HSV(B) 54.3º 0.86% 0.82% -
XYZ 45.38 51.35 8.75 -
YUV 178.62 44.13 149.67 -
System Red Green Blue C M Y K H S L
Decimal 209 192 30 0 0.08 0.86 0.18 54.3 0.75 0.47
Hex D1 C0 1E 0 8 56 12 36 4B 2F
Octal 321 300 36 0 10 126 22 66 113 57
Binary 11010001 11000000 11110 0 1000 1010110 10010 110110 1001011 101111

Color Harmonies of #D1C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C01E

Black with #D1C01E

Text Example


Text Example

White with #D1C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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